missionDifficulty: Difference between revisions
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. |= | | 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]] |= | | [[missionDifficulty]] |SYNTAX= | ||
| [[Number]] |= | | [[Number]] |RETURNVALUE= | ||
|x1= <code>_number = [[missionDifficulty]];</code> |= | |x1= <code>_number = [[missionDifficulty]];</code> |EXAMPLE1= | ||
| [[difficultyOption]] [[difficulty]] |= | | [[difficultyOption]] [[difficulty]] |SEEALSO= | ||
}} | }} | ||
Revision as of 14:43, 7 April 2019
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