cheatsEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (example)
Line 11: Line 11:


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


| [[Boolean]] |= Return value
| [[Boolean]] |= Return value

Revision as of 14:34, 10 June 2018

Hover & click on the images for description

Description

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

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

Notes

Bottom Section