Jump to content
Mokey II

Return All Launchers to Array

Recommended Posts

I'm trying to return all launchers to an array via script. My issue is, I can't seem to find any documentation on how to do so. 

I know you can pull everything from the missionconfigfile >> etc... 
 

Anyone know how to achieve this?

Share this post


Link to post
Share on other sites

Use the "type = 4" property:

 

Your array = ("getNumber (_x >> 'type') == 4 && getNumber (_x >> 'scope') >= 2" configClasses (configfile >> "CfgWeapons")) apply {configName _x};

 

 

  • Like 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

×