configSourceModList config
Operand types
Type of returned value
Description
Returns an array of mods which modified the given config class.
Used In
Arma3
Example
_mods = configSourceModList (configFile >> "CfgVehicles" >> "Man");
hint str _mods; //["curator","heli"]