Created
July 10, 2016 06:42
-
-
Save commy2/c48670bdfcc4b877f57987cabe06cbe6 to your computer and use it in GitHub Desktop.
This file contains 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
private _e = []; | |
private _c = "true" configClasses (configFile >> "CfgVehicles"); | |
{ | |
private _ce = "true" configClasses (_x >> "DestructionEffects") apply {toLower getText (_x >> "type")} select {(_x find "\") isEqualTo -1}; | |
_e append _ce; | |
_e = _e arrayIntersect _e; | |
} forEach _c; | |
_e = _e select {!isClass (configFile >> "CfgCloudlets" >> _x)} select {!isClass (configFile >> "CfgLights" >> _x)} select {!isClass (configFile >> "CfgDamageAround" >> _x)}; | |
copyToclipboard str _e; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment