configHierarchy: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| (\[\[[a-zA-Z0-9 _]+\]\][^ ]*) \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3") |
||
Line 5: | Line 5: | ||
|gr1= Config | |gr1= Config | ||
|1.48 | |descr=1.48 | ||
| Returns hierarchy of the given config class. Just like with [[inheritsFrom]], only complete config classes are supported | | Returns hierarchy of the given config class. Just like with [[inheritsFrom]], only complete config classes are supported |
Revision as of 21:01, 13 June 2021
Description
- Description:
- 1.48
- 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