diag activeSQFScripts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Killzone Kid (talk | contribs) (moved note to talk) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns an array | | Returns an array with active SQFs. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''diag_activeSQFScripts''' |= Syntax | | '''diag_activeSQFScripts''' |= Syntax | ||
| <nowiki>[</nowiki>[name, fileName, isRunning, currentLine],...]: [[Array]] | |||
* name: [[String]] - | |||
* fileName: [[String]] - function- or filename | |||
* isRunning: [[Boolean]] - | |||
* currentLine: [[Number]] - line currently executing | |||
|x1= <code>{[[systemChat]] [[str]] _x} [[forEach]] [[diag_activeSQFScripts]];</code>|= Example 1 | |||
|x1= <code>{[[systemChat]] [[str]] _x} | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 40: | Line 40: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 19:55, 5 May 2015
Description
- Description:
- Returns an array with active SQFs.
- Groups:
- Uncategorised
Syntax
- Syntax:
- diag_activeSQFScripts
- Return Value:
- [[name, fileName, isRunning, currentLine],...]: Array
Examples
- Example 1:
{systemChat str _x} forEach diag_activeSQFScripts;
Additional Information
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