addEventHandler: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 18: | Line 18: | ||
|p1= unit: [[Object]] |= | |p1= unit: [[Object]] |= | ||
|p2= type: [[String]] - [[ | |p2= type: [[String]] - [[Event handlers|Event Handler]] type |= | ||
|p3= code: [[String]] - code that should be executed once the event occurs |= | |p3= code: [[String]] - code that should be executed once the event occurs |= | ||
Line 31: | Line 31: | ||
| | | | ||
* [[removeEventHandler]] | * [[removeEventHandler]] | ||
* [[Operation_Flashpoint:_EventHandlers_List|EventHandlers list]] | * [[Operation_Flashpoint:_EventHandlers_List|OFP EventHandlers list]] | ||
* [[Armed Assault:_EventHandlers_List|ArmA EventHandlers list]] | |||
|= | |= | ||
Revision as of 11:52, 2 November 2006
Description
- Description:
- Adds an event handler to a given unit. For more information about event handlers and their types check the scripting topic Event handlers in this reference. You may add as many event handlers of any type as you like to every unit, if you add an event handler of type "killed" and there already exists one, the old one doesn't get overwritten. Use removeEventHandler to delete event handlers.
- Groups:
- Uncategorised
Syntax
- Syntax:
- unit addEventHandler [type, code]
- Parameters:
- unit: Object
- type: String - Event Handler type
- code: String - code that should be executed once the event occurs
- Return Value:
- Integer - The index of the currently added event handler is returned. Indices start at 0 for each unit and increment with each added event handler.
Examples
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Notes
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint: Resistance version 1.85
- Operation Flashpoint: Resistance: New Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Local Effect
- Scripting Commands OFP 1.96
- Scripting Commands ArmA
- Command Group: Activators