BIS fnc isDebugConsoleAllowed: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " {2,}\}\}" to " }}") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2") |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.00 | |version1= 1.00 | ||
|gr1 = Missions | |gr1= Missions | ||
|gr2 = Diagnostic | |gr2= Diagnostic | ||
|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]] - return [[true]] if allowed, [[false]] if not | ||
| | |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