BIS fnc isDebugConsoleAllowed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (infobox to template)
m (page filled)
Line 1: Line 1:
{{Function|= Comments
{{Function


| arma3 |Game name=
|game1= arma3


|1.00|Game version=
|version1= 1.00


<!---|arg= local |Multiplayer Arguments=--->
<!--|exec= server|=-->


<!---|eff= local |Multiplayer Effects=--->
<!--|arg= local-->


| <pre>/*
<!--|eff= local-->
Author:
Killzone_Kid


Description:
|descr= Returns true if debug console is allowed in current context
Returns true if debug console is allowed in current context


Parameter(s):
||=Syntax
NONE


Returns:
|r1= [[Boolean]] - Return [[true]] if allowed, [[false]] if not
BOOLEAN
*/</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=


|[] call [[BIS_fnc_isDebugConsoleAllowed]]|Syntax=
|x1= <code>[[call]] [[BIS_fnc_isDebugConsoleAllowed]];</code>


|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
|exec= call


|Datatype - description|Return value=
|seealso= [[Arma 3 Debug Console]] [[BIS_fnc_debugConsoleExec]]


|x1= <code></code>|Example 1=
| |See also=
}}
}}
[[Category:Function Group: Debug|{{uc:isDebugConsoleAllowed}}]]
[[Category:Function Group: Debug|{{uc:isDebugConsoleAllowed}}]]
[[Category:Functions|{{uc:isDebugConsoleAllowed}}]]
[[Category:Functions|{{uc:isDebugConsoleAllowed}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:isDebugConsoleAllowed}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:isDebugConsoleAllowed}}]]

Revision as of 18:36, 10 January 2020

Hover & click on the images for description

Description

Description:
Returns true if debug console is allowed in current context
Execution:
call
Groups:
Uncategorised

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