diag enabled: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*) ([^ ]*)<\/code>" to "<code>$1$2$3 $4</code>") |
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
Line 17: | Line 17: | ||
|r1= [[Boolean]] - [[true]] when enabled, [[false]] when disabled | |r1= [[Boolean]] - [[true]] when enabled, [[false]] when disabled | ||
|x1= < | |x1= <sqf>"Animation" '''diag_enable''' true; | ||
'''diag_enabled''' "Animation"; // Returns true</ | '''diag_enabled''' "Animation"; // Returns true</sqf> | ||
|seealso= [[Arma 3: Diagnostics Exe]] [[diag_toggle]] [[diag_enable]] | |seealso= [[Arma 3: Diagnostics Exe]] [[diag_toggle]] [[diag_enable]] | ||
}} | }} |
Revision as of 10:21, 13 May 2022
Description
- Description:
- Checks whether specific diagnostic mode is activated.
- Groups:
- Diagnostic
Syntax
- Syntax:
- diag_enabled mode
- Parameters:
- mode: String - See Arma 3: Diagnostics Exe
- Return Value:
- Boolean - true when enabled, false when disabled
Examples
- Example 1:
Additional Information
- See also:
- Arma 3: Diagnostics Exe diag_toggle diag_enable
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