addEventHandler (VBS2)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 2
- Version:
- 1.00
Description
- Description:
- Adds an event handler to a given group.
Syntax
- Syntax:
- ehindex = ehgroup addEventHandler ["type",{code}]
- Parameters:
- ehgroup: Group - Group to receive Event Handler
- type: String - Event Handlers type
- code: String - code that should be executed once the event occurs
- Return Value:
- Number (Event Handler index)
Examples
- Example 1:
(group player) addEventHandler ["WaypointComplete",{hint "waypoint complete"}]
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- addEventHandler (ArmA), removeEventHandler, VBS2 Event Handler List

