missionDifficulty: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
m (template:command argument fix)
Line 6: Line 6:
|eff=  |= Multiplayer Effects
|eff=  |= Multiplayer Effects
____________________________________________________________________________________________
____________________________________________________________________________________________
| 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. |= 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. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[missionDifficulty]] |= Syntax
| [[missionDifficulty]] |SYNTAX=
| [[Number]] |= Return Value
| [[Number]] |RETURNVALUE=
|x1= <code>_number = [[missionDifficulty]];</code> |= Example 1
|x1= <code>_number = [[missionDifficulty]];</code> |EXAMPLE1=
| [[difficultyOption]] [[difficulty]] |= See Also
| [[difficultyOption]] [[difficulty]] |SEEALSO=
}}
}}



Revision as of 15:43, 7 April 2019

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