Last active
August 29, 2015 14:06
-
-
Save JonBons/ae5d4a595ccb2dcee5d5 to your computer and use it in GitHub Desktop.
Find all weapons with prefix in their classname and proper scope.
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 (['hlc_', toLower (configName _x)] call BIS_fnc_inString && (getNumber (_x >> 'scope')) > 1) then {diag_log [getText (_x >> 'displayName'), configName _x]; true}; false" configClasses (configFile >> "CfgWeapons")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment