MissionDataSet
cmf_3den_fnc_MissionDataSet
Description
Description: | Sets variables that can be accessed in the mission. |
Execution: | Call |
Groups: | 3DEN |
Syntax
Syntax: | [varName , value , namespace ] call cmf_3den_fnc_missionDataSet |
Parameters: |
varName: String - Variable Name to set a value. value: Any - value to set. namespace: Code - Namespace. (Optional, default: { missionNameSpace })
|
Return Value: | None. |
Examples
Example 1: |
["myVariable", _myValue] call cmf_3den_fnc_missionDataGet;
|
Additional Information
Notes