diag allMissionEventHandlers: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
|eff= local |Multiplayer Effects ("local" or "global")= | |eff= local |Multiplayer Effects ("local" or "global")= | ||
|gr1= Diagnosis |GROUP1= | |||
|gr2= Event Handlers |GROUP2= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 56: | Line 60: | ||
|seealso= [[addMissionEventHandler]] [[Arma 3: Event Handlers/addMissionEventHandler|Mission EHs]] |See Also= | |seealso= [[addMissionEventHandler]] [[Arma 3: Event Handlers/addMissionEventHandler|Mission EHs]] |See Also= | ||
}} | }} | ||
<dl class="command_description"> | <dl class="command_description"> |
Revision as of 08:49, 19 September 2020
Description
- Description:
- Returns an array with all mission event handlers.
- Groups:
- DiagnosisEvent Handlers
Syntax
- Syntax:
- diag_allMissionEventHandlers
- Return Value:
- Array - in format ["EH1name", EH1count, ...]
Examples
- Example 1:
diag_allMissionEventHandlers; /* returns: [ "Ended",0, "SelectedActionPerformed",0, "SelectedRotorLibActionPerformed",0, "SelectedActionChanged",0, "SelectedRotorLibActionChanged",0, "ControlsShifted",0, "Draw3D",1, "Loaded",0, "HandleDisconnect",0, "EntityRespawned",0, "EntityKilled",0, "MapSingleClick",0, "HCGroupSelectionChanged",0, "CommandModeChanged",0, "PlayerConnected",0, "PlayerDisconnected",0, "TeamSwitch",0, "GroupIconClick",0, "GroupIconOverEnter",0, "GroupIconOverLeave",0, "EachFrame",0, "PreloadStarted",0, "PreloadFinished",0, "Map",0, "PlayerViewChanged",0, "BuildingChanged",0, "MPEnded",0, "HandleAccTime",0, "ExtensionCallback",0 ] */
Additional Information
- See also:
- addMissionEventHandler Mission EHs
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
[[Category:Introduced with arma3dev version 1.99]][[ Category: arma3dev: New Scripting Commands | DIAG ALLMISSIONEVENTHANDLERS]][[ Category: arma3dev: Scripting Commands | DIAG ALLMISSIONEVENTHANDLERS]]