Gets a configuration entry.
Will check if _cfg exists, and will return either the config value, or supplied default value.
_configEntry | Entry to get value of <CONFIG> |
_entryType | ”STRING”, “NUMBER” or “ARRAY” STRING |
_defaultValue | Value to return if config entry unavailable <ANY> |
Value found <STRING, NUMBER or ARRAY>
[configFile >> "CfgJellies" >> "Wobbliness", "NUMBER", 0] call CBA_fnc_getConfigEntry
Sickboy (sb_at_dev-heaven.net)