diag scope: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{uc:{{PAGENAME}}}} " to "") |
Lou Montana (talk | contribs) m (Text replacement - "\|( *\[\[[a-zA-Z]+\]\]) * \|x1=" to "\|r1=$1 \|x1=") |
||
Line 13: | Line 13: | ||
| '''diag_scope''' | | '''diag_scope''' | ||
| [[Number]] | \|r1= [[Number]] | ||
|x1= <code>[] [[spawn]] | \|x1= <code>[] [[spawn]] | ||
{ | { | ||
[[systemChat]] [[str]] [[diag_scope]]; // 0 | [[systemChat]] [[str]] [[diag_scope]]; // 0 |
Revision as of 10:25, 10 June 2021
Description
- Description:
- Description needed
- Groups:
- DiagnosticPerformance Profiling
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Number \
Examples
- Example 1:
[] spawn { systemChat str diag_scope; // 0 call { call { systemChat str diag_scope; // 2 isNil { systemChat str diag_scope; // 0 call { systemChat str diag_scope; // 1 }; }; }; }; };
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