BIS fnc isDebugConsoleAllowed: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|=Syntax " to " ") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2") |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.00 | |version1= 1.00 | ||
Line 11: | Line 10: | ||
|descr= Returns true if debug console is allowed in current context | |descr= Returns true if debug console is allowed in current context | ||
| | |s1= | ||
|r1= [[Boolean]] - | |r1= [[Boolean]] - return [[true]] if allowed, [[false]] if not | ||
|x1= < | |x1= <sqf>call BIS_fnc_isDebugConsoleAllowed;</sqf> | ||
|seealso= [[Arma 3: Debug Console]] [[BIS_fnc_debugConsoleExec]] | |seealso= [[Arma 3: Debug Console]] [[BIS_fnc_debugConsoleExec]] | ||
}} | }} |
Latest revision as of 15:47, 8 November 2023
Description
- Description:
- Returns true if debug console is allowed in current context
- Execution:
- call
- Groups:
- MissionsDiagnostic
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Boolean - return true if allowed, false if not
Examples
- Example 1:
- call BIS_fnc_isDebugConsoleAllowed;
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