bull_a 44 Posted May 19, 2015 Is there a way to return a list of CONFIG classes that inherit from a given CONFIG class. Eg. Return all classes that inherit from (configFile >> "CfgVehicles" >> "Car") Kind Regards, Bull Share this post Link to post Share on other sites
das attorney 858 Posted May 19, 2015 (edited) {diag_log format ["%1", _x];} forEach ("configName _x isKindOf 'Car'" configClasses (configFile / "CfgVehicles")) configs or {diag_log format ["%1", configName _x];} forEach ("configName _x isKindOf 'Car'" configClasses (configFile / "CfgVehicles")) classes Edited May 19, 2015 by Das Attorney Share this post Link to post Share on other sites