BIS fnc returnChildren: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (fixed data type)
Line 19: Line 19:
|p3= lastTier: [[Boolean]] - (Optional, default [[true]]) [[False]] to return only the last one, [[true]] to return all classes |Parameter 3=
|p3= lastTier: [[Boolean]] - (Optional, default [[true]]) [[False]] to return only the last one, [[true]] to return all classes |Parameter 3=


|p4= firstTier: [[String]] - (Optional, default [[true]]) [[True]] to return the first class, [[false]] to return only the last one |Parameter 4=
|p4= firstTier: [[Boolean]] - (Optional, default [[true]]) [[True]] to return the first class, [[false]] to return only the last one |Parameter 4=


| [[Array]] - Classes |Return value=
| [[Array]] - Classes |Return value=

Revision as of 14:51, 4 October 2019

Hover & click on the images for description

Description

Description:
Returns all subclasses within given class.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[config,depth,lastTier,firstTier]] call BIS_fnc_returnChildren
Parameters:
config: Config - Class which is searched
depth: Number - Depth, (0 = return only subclasses, 1 = return subclasses of subclasses, and so on...
lastTier: Boolean - (Optional, default true) False to return only the last one, true to return all classes
firstTier: Boolean - (Optional, default true) True to return the first class, false to return only the last one
Return Value:
Array - Classes

Examples

Example 1:
[ configFile >> "CfgFunctions", 2 ] call BIS_fnc_returnChildren;//Return config paths of all functions

Additional Information

See also:
BIS_fnc_returnParents

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