Skip to content

Instantly share code, notes, and snippets.

@pennyworth12345
Created June 5, 2016 06:32
Show Gist options
  • Save pennyworth12345/078e5308ecf2d4506ec399f35f63fc2e to your computer and use it in GitHub Desktop.
Save pennyworth12345/078e5308ecf2d4506ec399f35f63fc2e to your computer and use it in GitHub Desktop.
//copy all loaded CfgPatches to clipboard in the format of ["A3Data","A3_3DEN_Language",....]
_configs = "true" configClasses (configFile >> "CfgPatches");
{
_configs set [_foreachIndex, configName _x]
} foreach _configs;
copyToClipboard str _configs;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment