configSourceModList config

Operand types

config: Config

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"]
Search OFPEC COMREF