Event Handlers – Category

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Removed random information as it's present already where the EHs are documented)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Introduction==
Event handlers are available for various game entities such as [[Group|groups]], [[Display|displays]], [[Control|controls]], [[Object|objects]] and the mission itself. See [[:Category:Command Group: Event Handlers|Command Group: Event Handlers]] for all related commands.
 
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]]

Latest revision as of 20:34, 5 April 2024

Event handlers are available for various game entities such as groups, displays, controls, objects and the mission itself. See Command Group: Event Handlers for all related commands.