setMissionOptions: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
|gr1= System | |gr1= System | ||
|descr= Sets various mission options. Currently supported options are: | |descr= Sets various mission options. The options are automatically reset before and after the mission. Currently supported options are: | ||
* ignoreNoDamage: [[Boolean]] - [[true]] to filter out no change in | * ignoreNoDamage: [[Boolean]] - [[true]] to filter out no change in damage [[Arma_3:_Event_Handlers#HandleDamage | HandleDamage]] calls. Default: [[false]]] | ||
|s1= [[setMissionOptions]] options | |s1= [[setMissionOptions]] options | ||
|p1= options: [[Array]] - array of options (see description). Empty array [] will reset all options to defaults | |p1= options: [[Array]] - array of options (see description). Empty array [] will reset all options to defaults. | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
Revision as of 16:10, 28 January 2024
Description
- Description:
- Sets various mission options. The options are automatically reset before and after the mission. Currently supported options are:
- ignoreNoDamage: Boolean - true to filter out no change in damage HandleDamage calls. Default: false]
- Groups:
- System
Syntax
- Syntax:
- setMissionOptions options
- Parameters:
- options: Array - array of options (see description). Empty array [] will reset all options to defaults.
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
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