configHierarchy: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "" to "") |
Killzone Kid (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
|gr1= Config | |gr1= Config | ||
|descr= Returns hierarchy of the given config class. Just like with [[inheritsFrom]], only complete config classes are supported. | |descr= Returns hierarchy of the given config class. Just like with [[inheritsFrom]], only complete config classes are supported (before Arma 3 v2.14). | ||
|s1= [[configHierarchy]] configClass | |s1= [[configHierarchy]] configClass |
Revision as of 08:49, 19 May 2023
Description
- Description:
- Returns hierarchy of the given config class. Just like with inheritsFrom, only complete config classes are supported (before Arma 3 v2.14).
- Groups:
- Config
Syntax
- Syntax:
- configHierarchy configClass
- Parameters:
- configClass: Config - target config class
- Return Value:
- Array - array of parent configs
Examples
- Example 1:
- _hierarchy = configHierarchy (configFile >> "CfgVehicles" >> "Car"); // [bin\config.bin,bin\config.bin/CfgVehicles,bin\config.bin/CfgVehicles/Car]
Additional Information
- See also:
- configClasses configProperties missionConfigFile campaignConfigFile a / b config >> name configName count getArray getText getNumber inheritsFrom isArray isClass isNumber isText select isKindOf
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note