Skip to content

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

N/A

Notes

Report bugs on the Issue Tracker and/or discuss them on the Cluster Community Discord .
Only post proven facts here!

Add Note