Created
December 20, 2014 21:13
-
-
Save JonBons/9e9a5a19469591b42d81 to your computer and use it in GitHub Desktop.
Find all magazines with string in their classname and output classname and parent classname.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
("if (['mas_', toLower (configName _x)] call BIS_fnc_inString) then {diag_log format['class %1: %2 {};', configName _x, configName (inheritsFrom _x)]; true}; false" configClasses (configFile >> "CfgMagazines")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment