removeEventHandler (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:
- Removes event handler added by addEventHandler.
Format of handler is [type,index] ("index" is the one created by addEventHandler).
When any handler is removed, all handler indices higher that the deleted one should be decremented.
Syntax
- Syntax:
- ehgroup removeEventHandler ["type",index]
- Parameters:
- ehgroup: Group - Group to have Event Handler removed
- type: String - Event Handler type
- index: Number - index of EH to remove
- Return Value:
- Nothing
Examples
- Example 1:
(group player) removeEventHandler ["WaypointComplete",0]
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- addEventHandler

