Jump to content
HazJ

A2 equivalent of configClasses

Recommended Posts

I am making an A2 version of my Logistics System and need help with getting the following code to work in A2. What can I use instead of configClasses?

_Classname = "getText (_x >> 'displayName') == (lbText [12345, lbCurSel 12345])" configClasses (configFile >> "CfgVehicles");

Share this post


Link to post
Share on other sites

I don't believe there is an equivilient command, there might be a BIS function, otherwise you'll have to use the "brute force" method most likely (don't got time to code but you'll need to iterate through the whole config tree by hand I believe).

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

×