Hardrock/Sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
addEventHandler version: 1.00
Description: Adds an event handler to a given unit. For more information about event handlers and their types check the scripting topic Event Handlers in this reference. You may add as many event handlers of any type as you like to every unit, if you add an event handler of type "killed" and there already exists one, the old one doesn't get overwritten. Use removeEventHandler to delete event handlers.
Syntax: unit addEventHandler [type, code]