Invoking scripts
From HEWIKI
(Difference between revisions)
(→See also) |
(→Manually) |
||
Line 2: | Line 2: | ||
==Manually== | ==Manually== | ||
− | * [[Command line]] in the | + | * [[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 | ||
Revision as of 19:14, 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