Jump to content

Recommended Posts

With using;

 _Veh_Config = (configfile >> "CfgVehicles") call BIS_fnc_getCfgSubClasses; 

How would i be able to add only all "LandVehicle" to an array? Any info would be helpful

Share this post


Link to post
Share on other sites
_veh_config = ("(configname _x iskindOf 'LandVehicle') && getNumber (_x >> 'scope') == 2" configClasses (configfile >> "cfgVehicles")) apply {configName _x}

 

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×