addEventHandler
Jump to navigation
Jump to search
back to COMREF
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,command].
Check scripting topic Event handlers for more information.
Index of currently added handler is returned.
Example:
player addEventHandler ["killed",{_this exec "playerKilled.sqs"}]