cmf_common_fnc_getConfigParam

From cluster wiki
Jump to navigation Jump to search


Hover & click on the images for description
Description
Description:
Returns the config parameter at the given path
Execution:
Call
Groups:
CMF3: common
Syntax
Syntax:
[Path] call cmf_common_fnc_getConfigParam
Parameters:
Path: Array
Return Value:
Parameter Value: Any
Examples
Example 1:
[["SETTINGS", "init", "CLEAR_VEHICLE_CARGO"]] call cmf_common_fnc_getConfigParam
Additional Information
See also:
cmf_common_fnc_isRole cmf_common_fnc_setCallsign cmf_common_fnc_setRole
Internal Variables
Locality Namespace Name Description
GLOBAL missionNameSpace cmf_common_configParameters a hashmap that can be used to overwrite EMF config settings or to define new ones in missionTime
Events
No events
Notes