BIS_fnc_paramReviveRequiredTrait
Description
- Description:
 - Stores the provided value in the global BIS_reviveParam_requiredTrait mission variable.
 - Execution:
 - call
 - Groups:
 - Mission Parameters
 
Syntax
- Syntax:
 - [value] call BIS_fnc_paramReviveRequiredTrait
 - Parameters:
 - value: Number - (Optional, default -100)
 - Return Value:
 - Nothing
 
Examples
- Example 1:
 - [42] call BIS_fnc_paramReviveRequiredTrait; // BIS_reviveParam_requiredTrait is now 42 "hi" call BIS_fnc_paramReviveRequiredTrait; // BIS_reviveParam_requiredTrait is now -100 42 call BIS_fnc_paramReviveRequiredTrait; // BIS_reviveParam_requiredTrait is now 42 call BIS_fnc_paramReviveRequiredTrait; // BIS_reviveParam_requiredTrait is now -100
 
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