Jump to content
Sign in to follow this  
dragon zen

How to detect a Module??

Recommended Posts

Hi friends:

I just remember I saw a module can detect ACE automatically.

I want to ask whether I can use a code in my mission to detect ACE is on or off. If it is possible, it will be easy for me to design the mission.

THX

Share this post


Link to post
Share on other sites

if (isClass(configFile >> "cfgPatches" >> "ace_main")) then {
your code here;
};

:)

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
Sign in to follow this  

×