diag enabled: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{cc\|([^} ]*)\}\}" to "// $1") |
Lou Montana (talk | contribs) m (Text replacement - "\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "$1$2</code>") |
||
Line 18: | Line 18: | ||
|x1= <code>"Animation" '''diag_enable''' [[true]]; | |x1= <code>"Animation" '''diag_enable''' [[true]]; | ||
'''diag_enabled''' "Animation"; // Returns | '''diag_enabled''' "Animation"; // Returns true</code> | ||
|seealso= [[Arma 3: Diagnostics Exe]] [[diag_toggle]] [[diag_enable]] | |seealso= [[Arma 3: Diagnostics Exe]] [[diag_toggle]] [[diag_enable]] | ||
}} | }} |
Revision as of 11:32, 12 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:
"Animation" diag_enable true; diag_enabled "Animation"; // Returns true
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