diag_activeMissionFSMs

Operand types

None

Type of returned value

Description

Returns array with active Mission FSMs.

NOTE: currently does NOT return all active FSMs even though claims to do so..

Returns:
[[name, state, timeout],...]:
name: String
state: String - the currently active State of the FSM
timeout: Number

Used In

Arma3

Example

{systemChat str _x} forEach diag_activeMissionFSMs;
Search OFPEC COMREF