diag activeSQFScripts: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(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]] - function- or filename
* fileName: [[String]] -  
* isRunning: [[Boolean]] -  
* isRunning: [[Boolean]] -  
* currentLine: [[Number]] - line currently executing
* currentLine: [[Number]] - line currently executing

Revision as of 00:09, 6 May 2015


Hover & click on the images for description

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

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