missionDifficulty: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (example)
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[missionDifficulty]] |= Syntax
| [[missionDifficulty]] |= Syntax
|p1=  |= Parameter 1
|p2=  |= Parameter 2
|p3=  |= Parameter 3
|p3=  |= Parameter 4
|p3=  |= Parameter 5
|p3=  |= Parameter 6
| [[Number]] |= Return Value
| [[Number]] |= Return Value
|x1= |= Example 1
|x1= <code>_number = [[missionDifficulty]];</code> |= Example 1
| [[difficultyOption]] [[difficulty]] |= See Also
| [[difficultyOption]] [[difficulty]] |= See Also
}}
}}

Revision as of 10:16, 11 June 2018

Hover & click on the images for description

Description

Description:
Return difficulty that has been forced for this mission, returns -1 if difficulty is not forced and it's used one from player's options.
Groups:
Uncategorised

Syntax

Syntax:
missionDifficulty
Return Value:
Number

Examples

Example 1:
_number = missionDifficulty;

Additional Information

See also:
difficultyOption difficulty

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