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 | ”text”, “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 _f
Sickboy (sb_at_dev-heaven.net)