diag activeMissionFSMs: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *\[\[Array\]\] - format " to " |r1= Array - format ")
m (Text replacement - "\| *\[\[([a-zA-Z0-9_]+)\]\] * \|r1=" to "|s1= $1 |r1=")
Line 9: Line 9:
| Returns array with active Mission FSMs. To see number of all scripts currently in the scheduler use [[diag_activeScripts]].
| Returns array with active Mission FSMs. To see number of all scripts currently in the scheduler use [[diag_activeScripts]].


| [[diag_activeMissionFSMs]]
|s1= [[diag_activeMissionFSMs]]


|r1= [[Array]] - format [<nowiki/>[name, state, timeout],...]:
|r1= [[Array]] - format [<nowiki/>[name, state, timeout],...]:

Revision as of 16:49, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Diagnostic

Syntax

Syntax:
diag_activeMissionFSMs
Return Value:
Array - format [[name, state, timeout],...]:

Examples

Example 1:
{systemChat str _x} forEach diag_activeMissionFSMs;

Additional Information

See also:
diag_activeSQSScriptsdiag_activeSQFScriptsdiag_logdiag_fpsdiag_fpsmindiag_framenodiag_tickTimediag_activeScripts

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