cmf_common_fnc_getConfigParam

From cluster wiki
Revision as of 23:16, 11 November 2022 by Ozzy (talk | contribs) (Created page with "{{CMF Function |game1=arma3 |version1=0.50 |game2=cmf3 |version2=2.1.0 |descr=Returns the config parameter at the given path |exec=Call |cmp=common |s1=[Path] call cmf...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:
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