addEventHandler
Jump to navigation
Jump to search
object addEventHandler handler
Operand types:
object: Object
handler: Array
Type of returned value:
Compatibility:
Added in version 1.85
Description:
Format of handler is [type (String),command (Code)].
Check scripting topic Event handlers for more information.
Index of currently added handler is returned.
Example:
player addEventHandler ["killed",{_this exec "playerKilled.sqs"}]