addMissionEventHandler
Jump to navigation
Jump to search
Description
- Description:
- Adds mission event handler. Every event will create an array named _this, which contains specific information about the particular event.
- Groups:
- Uncategorised
Syntax
- Syntax:
- addMissionEventHandler [type, command]
- Parameters:
- [type, command]: Array
- type: String
- command: Code or String
- Return Value:
- Number - The index of the currently added mission event handler is returned.
Examples
- Example 1:
_id = addMissionEventHandler ["ended",{_this exec "missionEnded.sqs"}];
Additional Information
- See also:
- See also needed
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