addEventHandler: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands]] | |||
[[Category:Scripting Commands OFP 1.97]] | |||
[[Category:Scripting Commands ArmA]] | |||
back to [[Scripting_Reference#A|COMREF]] | back to [[Scripting_Reference#A|COMREF]] | ||
Revision as of 15:52, 19 April 2006
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"}]