Skip to content

MissionDataGet

cmf_3den_fnc_MissionDataGet

Description

Description: Gets variables that can be accessed in the mission
Execution: Call
Groups: 3DEN

Syntax

Syntax: [varName, defaultValue] call cmf_3den_fnc_missionDataGet
Parameters: varName: String - Variable Name to return value of.
defaultValue: Any - Default value to return.
Return Value: Any - Value of Mission Data Variable.

Examples

Example 1:
["M_TITLE", "My Mission Title"] 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