difficultyEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (new command needs populating.)
 
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Added 1.05 Needs populating.|= Description
| Checks specific difficulty settings of the current user. Difficultiy flag names can be found in the ArmA profile under class Difficulties/xxx/Flags (xxx being regular or veteran). |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''difficultyEnabled''' |= Syntax
| '''difficultyEnabled''' flag|= Syntax


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


| |= Return value
| [[Boolean]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1=  |= Example 1
|x1= <code>hint str (difficultyEnabled "armor")</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 12:54, 30 April 2007

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

Description

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

Syntax

Syntax:
difficultyEnabled flag
Parameters:
flag: 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