Add Anonymous+Navigation

 

  • View
  • Changes
  • Options
  • Related
  • Edit
  • Download | Support | Changelogs

     

    Documentation:

    General Information

    Introduction | Overview | Features | Goals and Scope | FAQ Installation | Running an ACE Server | Tracking Problems

     

    Community Information

    About Us (contact) | Compatible Mods | Contribute | Guides | Missions | Servers | Videos

     

    Developer Information

    API | Classlists | Compatibility | Modification | Resources

     

  • View
  • Changes
  • Options
  • Related
  • Edit
  • News   

    Ongoing development 

       ACE 1.13 RC5 [2011-12-09]

    Stable

       ACE 1.13 for OA [2011-12-23]

     

    Or deprecated:

       ACE 1.3 for ArmA 2 [2010-07-05]

    Dev blogs

    1 to 20 of 35Next-page 1 to 20 of 35Next-page

     

    Wheeled by Wagn v. 1.7.1
  • View
  • Changes
  • Options
  • Related
  • Edit
  • API   

    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.

    BIS documentation for in-game help system.

     

     

    Modules, global variables, config properties for ACE Features

     

    Checking if ACE is present

    if (isClass(configFile >> "CfgPatches" >> "ace_main")) then { \/* ACE is available *\/ } else { \/* ACE is NOT available *\/ };