difficultyEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (=)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''difficultyEnabled''' flag|= Syntax
| [[Boolean]] <nowiki>=</nowiki> '''difficultyEnabled''' "FlagName"|= Syntax


|p1= flag: [[String]] - difficulty flag name |= Parameter 1
|p1= FlagName: [[String]] - difficulty flag name |= Parameter 1


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

Revision as of 02:00, 26 August 2007

-wrong parameter ("Arma") defined!-1.05
Hover & click on the images for description

Description

Description:
Checks specific difficulty settings of the current user. Difficulty flag names can be found in the ArmA profile file under class Difficulties/xxx/Flags (xxx being regular or veteran).
Groups:
Uncategorised

Syntax

Syntax:
Boolean = difficultyEnabled "FlagName"
Parameters:
FlagName: String - difficulty flag name
Return Value:
Boolean

Examples

Example 1:
hint str (difficultyEnabled "armor")

Additional Information

See also:
See also needed

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