Functions
To aid addon and mission makers, an Application Programming Interface is being developed.
Documentation for these routines are available via the
Function_Library documentation is also included with the mod in the store folder. And are also included in ArmA2 in-game documentation system.
Modules, global variables, config properties for ACE Features
(53)
Checking if ACE is present
if (isClass(configFile >> "CfgPatches" >> "ace_main")) then { \/* ACE is available *\/ } else { \/* ACE is NOT available *\/ };


