cmf_common_fnc_getConfigParam
Jump to navigation
Jump to search
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:
- See also needed
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