addEventHandler

From Bohemia Interactive Community
Revision as of 12:24, 23 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


object addEventHandler handler


Operand types:

object: Object

handler: Array

Type of returned value:

Number

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"}]