From Bohemia Interactive Community
					 
					
					
					
					
Hover & click on the images for description
 
Description
- Description:
 
- Queries given event handler's information.
 
- Groups:
 
- Event Handlers
 
Syntax
- Syntax:
 
- oper getEventHandlerInfo [type, id]
 - Parameters:
 
- oper: Object, Group, Control or Display - subject to which event handler is assigned
 
- type: String - event handler name
 
- id: Number - event handler id returned by addEventHandler, ctrlAddEventHandler, displayAddEventHandler, or addMPEventHandler
 - Return Value:
 
- Array in format [exists, isLast, total] or empty array [], where:
- exists: Boolean - event handler exists
 
- isLast: Boolean - will be executed last (relevant if last event handler modifies default engine behaviour)
 
- total: Number - total number of event handlers added to the same event
 
 
- Syntax:
 
- getEventHandlerInfo [type, id]
 - Parameters:
 
- type: String - event handler name
 
- id: Number - event handler id returned by addMissionEventHandler or addMusicEventHandler
 - Return Value:
 
- Array in format [exists, isLast, total] or empty array [], where:
- exists: Boolean - event handler exists
 
- isLast: Boolean - will be executed last (relevant if last event handler modifies default engine behaviour)
 
- total: Number - total number of event handlers added to the same event
 
 
Examples
- Example 1:
 - Example 2:
 - Example 3:
 - Example 4:
 - Example 5:
 
Additional Information
- See also:
 
- addEventHandler ctrlAddEventHandler displayAddEventHandler addMPEventHandler addMissionEventHandler addMusicEventHandler
 
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