Page MenuHomeFeedback Tracker

Scripting Command Request: allEventHandlers, allMissionEventHandlers
New, NormalPublic

Description

Command: allEventHandlers
Description: Returns all added event handlers in Code format.
Syntax: allEventHandlers type

  • type: String

Return Value: ARRAY of Code.
Examples:

  • allEventHandlers "Killed"
[{ deleteVehicle _this#0; }]
  • allEventHandlers "Put"
[{ systemChat "Event: Put"; }, { systemChat "Event: Put 2"; }]

Command: allMissionEventHandlers
Description: Returns all added mission event handlers in Code format.
Syntax: allMissionEventHandlers type

  • type: String

Return Value: ARRAY of Code.
Examples:

  • allMissionEventHandlers "EachFrame"
[{ hint 'EachFrame'; }]

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting

Event Timeline

Digitals created this task.May 9 2020, 3:03 PM
Digitals updated the task description. (Show Details)
Azeh added a subscriber: Azeh.May 13 2020, 12:49 AM