Invoking scripts
From HEWIKI
(Difference between revisions)
m (1 revision) |
(→See also) |
||
Line 15: | Line 15: | ||
==See also== | ==See also== | ||
− | |||
* [[HSL for programmers]] | * [[HSL for programmers]] | ||
[[Category:HSL]] | [[Category:HSL]] | ||
[[Category:Script entry points]] | [[Category:Script entry points]] |
Revision as of 21:02, 8 November 2012
HSL scripts can be invoked in a variety of ways:
Manually
- Command line in the Console Window, to invoke client-side scripts
- Chat commands, to invoke server-side scripts
Automatically
- Timers
- Per frame callback
- Watching scripts
- Replication
- Script entry points from HeroEngine
- GUI Events
- Fx Control Script Callbacks