configHierarchy

From Bohemia Interactive Community
Revision as of 01:17, 17 July 2015 by Benargee (talk | contribs) (version 1.48)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns hierarchy of the given config.
Groups:
Uncategorised

Syntax

Syntax:
configHierarchy config
Parameters:
config: Config - target config
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

Notes

Bottom Section