Difference between revisions of "cmf common fnc getConfigParam"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
|x1= {{code|lang=scilab|[["SETTINGS", "init", "CLEAR_VEHICLE_CARGO"]] call cmf_common_fnc_getConfigParam}} | |x1= {{code|lang=scilab|[["SETTINGS", "init", "CLEAR_VEHICLE_CARGO"]] call cmf_common_fnc_getConfigParam}} | ||
|seealso= [[cmf_common_fnc_isRole]] [[cmf_common_fnc_setCallsign]] [[cmf_common_fnc_setRole]] | |||
|var1= {{!}} GLOBAL {{!}}{{!}} missionNameSpace {{!}}{{!}} cmf_common_configParameters{{!}}{{!}} a hashmap that can be used to overwrite EMF config settings or to define new ones in missionTime | |var1= {{!}} GLOBAL {{!}}{{!}} missionNameSpace {{!}}{{!}} cmf_common_configParameters{{!}}{{!}} a hashmap that can be used to overwrite EMF config settings or to define new ones in missionTime | ||
}} | }} |
Latest revision as of 21:34, 17 December 2022
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
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