Invoking scripts
From HEWIKI
(Difference between revisions)
(→Manually) |
|||
Line 2: | Line 2: | ||
==Manually== | ==Manually== | ||
− | * [[Command line]] in the Console Window, to invoke client-side scripts | + | * [[Command line]] in the [[Console Window]], to invoke client-side scripts |
* [[Chat command]]s, to invoke server-side scripts | * [[Chat command]]s, to invoke server-side scripts | ||
Line 15: | Line 15: | ||
==See also== | ==See also== | ||
+ | * [[List of Events and Callbacks to HSL]] | ||
* [[HSL for programmers]] | * [[HSL for programmers]] | ||
[[Category:HSL]] | [[Category:HSL]] | ||
[[Category:Script entry points]] | [[Category:Script entry points]] |
Revision as of 19:24, 9 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