BIS fnc isDebugConsoleAllowed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (infobox to template)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2")
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function


| arma3 |Game name=
|game1= arma3
|version1= 1.00


|1.00|Game version=
|gr1= Missions


<!---|arg= local |Multiplayer Arguments=--->
|gr2= Diagnostic


<!---|eff= local |Multiplayer Effects=--->
|descr= Returns true if debug console is allowed in current context


| <pre>/*
|s1=
Author:
Killzone_Kid


Description:
|r1= [[Boolean]] - return [[true]] if allowed, [[false]] if not
Returns true if debug console is allowed in current context


Parameter(s):
|x1= <sqf>call BIS_fnc_isDebugConsoleAllowed;</sqf>
NONE


Returns:
|seealso= [[Arma 3: Debug Console]] [[BIS_fnc_debugConsoleExec]]
BOOLEAN
*/</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=
 
|[] call [[BIS_fnc_isDebugConsoleAllowed]]|Syntax=
 
|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
 
|Datatype - description|Return value=
 
|x1= <code></code>|Example 1=
 
| |See also=
}}
}}
[[Category:Function Group: Debug|{{uc:isDebugConsoleAllowed}}]]
[[Category:Functions|{{uc:isDebugConsoleAllowed}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:isDebugConsoleAllowed}}]]

Latest revision as of 16:47, 8 November 2023

Hover & click on the images for description

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

See also:
Arma 3: Debug Console BIS_fnc_debugConsoleExec

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