configHierarchy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| (\[\[[a-zA-Z0-9 _]+\]\][^ ]*) \}\}" to "|seealso= ‎$1 }}")
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 22:01, 13 June 2021

Hover & click on the images for description

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