Event Handlers – Category
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
==Introduction== | |||
Event handlers can be defined in unit config or by function [[addEventHandler]].<br> | |||
Multiple handlers can be attached at one time.<br> | |||
'''MP notes''': "'''Killed'''" and "'''Hit'''" eventhandlers are executed where given unit is [[local]].<br> | |||
All other eventhandlers are executed on all computers.<br> | |||
Events added by [[addEventHandler]] may be different on each computer. | |||
For more information on Multiplayer locality see: [[Locality in Multiplayer|Multiplayer Locality]] | |||
[[Category: Reference Lists]] | [[Category: Reference Lists]] | ||
[[Category: Scripting Topics]] | [[Category: Scripting Topics]] |
Revision as of 05:19, 31 January 2007
Introduction
Event handlers can be defined in unit config or by function addEventHandler.
Multiple handlers can be attached at one time.
MP notes: "Killed" and "Hit" eventhandlers are executed where given unit is local.
All other eventhandlers are executed on all computers.
Events added by addEventHandler may be different on each computer.
For more information on Multiplayer locality see: Multiplayer Locality
Pages in category "Event Handlers"
The following 9 pages are in this category, out of 9 total.