addEventHandler: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
[[Category:Scripting Commands OFP 1.97|A]] | [[Category:Scripting Commands OFP 1.97|A]] | ||
[[Category:Scripting Commands ArmA|A]] | [[Category:Scripting Commands ArmA|A]] | ||
Revision as of 11:24, 23 April 2006
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"}]