diag activeSQFScripts: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 44: Line 44:
<dt class="note">[[User:Will|Will]]</dt>
<dt class="note">[[User:Will|Will]]</dt>
<dd class="note">
<dd class="note">
return array with arrays... what mean what there... example -> [["life_fnc_test","",true,1]] ... first is the name of the function but the rest?!?
return array with arrays... what mean what there... example -> <nowiki>[["life_fnc_test","",true,1]]</nowiki> ... first is the name of the function but the rest?!?
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->
<!-- DISCONTINUE Notes -->

Revision as of 18:45, 5 May 2015


Hover & click on the images for description

Description

Description:
Returns an array containing all currently active SQF scripts/functions.
Groups:
Uncategorised

Syntax

Syntax:
diag_activeSQFScripts
Return Value:
Array

Examples

Example 1:
systemChat str diag_activeSQFScripts;

Additional Information

See also:
diag_logdiag_fpsdiag_fpsmindiag_framenodiag_tickTime

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

Notes

Bottom Section

Posted on May 5, 2015 - 16:44 (UTC)
Will
return array with arrays... what mean what there... example -> [["life_fnc_test","",true,1]] ... first is the name of the function but the rest?!?