addEventHandler

From Bohemia Interactive Community
Revision as of 13:37, 15 April 2006 by Planck (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

back to COMREF


object addEventHandler handler

Operand types:

object: Object

handler: Array

Type of returned value:

Number

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