diag activeSQSScripts: 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 SQSs. To see number of all scripts currently in the scheduler use [[diag_activeScripts]].
| Returns array with active SQSs. To see number of all scripts currently in the scheduler use [[diag_activeScripts]].


| [[diag_activeSQSScripts]]
|s1= [[diag_activeSQSScripts]]


|r1= [[Array]] - format [<nowiki/>[name, fileName, isRunning, currentLine],...]:
|r1= [[Array]] - format [<nowiki/>[name, fileName, isRunning, currentLine],...]:

Revision as of 16:49, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Diagnostic

Syntax

Syntax:
diag_activeSQSScripts
Return Value:
Array - format [[name, fileName, isRunning, currentLine],...]:

Examples

Example 1:
{systemChat str _x} forEach diag_activeSQSScripts;

Additional Information

See also:
diag_activeMissionFSMsdiag_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