diag activeSQFScripts: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (moved note to talk) |
m (name is function name or filename. Filename is always the real filename (with path).) |
||
Line 14: | Line 14: | ||
| <nowiki>[</nowiki>[name, fileName, isRunning, currentLine],...]: [[Array]] | | <nowiki>[</nowiki>[name, fileName, isRunning, currentLine],...]: [[Array]] | ||
* name: [[String]] - | * name: [[String]] - function- or filename | ||
* fileName: [[String]] - | * fileName: [[String]] - | ||
* isRunning: [[Boolean]] - | * isRunning: [[Boolean]] - | ||
* currentLine: [[Number]] - line currently executing | * currentLine: [[Number]] - line currently executing |
Revision as of 23:09, 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