BIS_fnc_returnChildren
Description
Syntax
- Syntax:
 - [config, depth, lastTier] call BIS_fnc_returnChildren
 - Parameters:
 - config: Config - class which is searched
 - depth: Number - (Optional, default 0) depth, (0 = return only subclasses, 1 = return subclasses of subclasses, and so on...
 - allTiers: Boolean - (Optional, default true) false to return only the last one, true to return all
 - Return Value:
 - Array - of Configs
 
Examples
- Example 1:
 - [configFile >> "CfgFunctions", 2] call BIS_fnc_returnChildren; // returns config paths of all functions
 
Additional Information
- See also:
 - BIS_fnc_returnParents configClasses
 
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