cheatsEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| ofpr |Game name=
| ofpr


|1.75|Game version=
|1.75


|gr1= System |GROUP1=
|gr1= System


| Checks whether cheats are enabled (whether the designers' version is running). |DESCRIPTION=
| Checks whether cheats are enabled (whether the designers' version is running).


| [[Boolean]] <nowiki>=</nowiki> [[cheatsEnabled]] |SYNTAX=
| [[Boolean]] <nowiki>=</nowiki> [[cheatsEnabled]]


|x1= <code>_enabled = [[cheatsEnabled]];</code> |Example 1=
|x1= <code>_enabled = [[cheatsEnabled]];</code>


| [[Boolean]] |RETURNVALUE=
| [[Boolean]]


| [[ArmA: Cheats]] |SEEALSO=
| [[ArmA: Cheats]]


}}
}}

Revision as of 01:11, 18 January 2021

Hover & click on the images for description

Description

Description:
Checks whether cheats are enabled (whether the designers' version is running).
Groups:
System

Syntax

Syntax:
Boolean = cheatsEnabled
Return Value:
Boolean

Examples

Example 1:
_enabled = cheatsEnabled;

Additional Information

See also:
ArmA: Cheats

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

Bottom Section