Skip to content

Instantly share code, notes, and snippets.

@JonBons
Created December 20, 2014 21:13
Show Gist options
  • Save JonBons/9e9a5a19469591b42d81 to your computer and use it in GitHub Desktop.
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.
("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