From Bohemia Interactive Community
Notes
- Posted on Apr 2, 2014 - 17:11
- ffur2007slx2_5
-
In ArmA3 ver 1.14, it is recommended to use BIS_fnc_returnParents if a parents’ collection of the given attribute is needed. E.g.
[(configfile >> "CfgVehicles" >> "Land_Atm_02_F"),true] call BIS_fnc_returnParents
//return: ["Land_Atm_02_F","House_Small_F","House_F","House","HouseBase","NonStrategic","Building","Static","All"]
Not all attributes have parent, and please differ parents from path. e.g.
Inheritsfrom (configfile >> "CfgUIColors" >> "IGUI" >> "Presets" >> "PresetA1" >> "Variables");
//return: Nothing
Bottom Section