configHierarchy: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|Game name=" to "|Game name= |gr1= Config |GROUP1= ") |
m (Text replacement - "{{uc:{{PAGENAME}}}}" to "") |
||
Line 38: | Line 38: | ||
[[Category:Scripting Commands|CONFIGFILE]] | [[Category:Scripting Commands|CONFIGFILE]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 11:44, 18 September 2020
Description
- Description:
- Returns hierarchy of the given config class. Just like with inheritsFrom, only complete config classes are supported
- 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:
- configClassesconfigPropertiesmissionConfigFilecampaignConfigFileconfig/nameconfig >> nameconfigNamecountgetArraygetTextgetNumberinheritsFromisArrayisClassisNumberisTextselectisKindOf
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