getEventHandlerInfo: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
|s1= object [[getEventHandlerInfo]] [type, id, mpEvent] | |s1= object [[getEventHandlerInfo]] [type, id, mpEvent] | ||
|p1= object: [[Object]] - entity to which | |p1= object: [[Object]] - entity to which event handler is assigned | ||
|p2= type: [[String]] - event handler name | |p2= type: [[String]] - event handler name |
Revision as of 16:05, 6 July 2022
Description
- Description:
- Queries given event handler, whether or not it exists and is last. Also returns total number of event handlers assigned to the same event.
- Groups:
- Event Handlers
Syntax
- Syntax:
- object getEventHandlerInfo [type, id, mpEvent]
- Parameters:
- object: Object - entity to which event handler is assigned
- type: String - event handler name
- id: Number - event handler id
- mpEvent (Optional): Boolean - use true for event handlers added with addMPEventHandler, default false
- Return Value:
- Array - in format [exists, isLast, total] or empty array [], where:
Examples
- Example 1:
Additional Information
- See also:
- addMPEventHandler addEventHandler
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