• 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 Wagn_feed_icon-medium-9343

       ACE 1.13 RC5 [2011-12-09. Hotfix: 2012-04-27]

     

    Stable Wagn_feed_icon-medium-9343

       ACE 1.13 for OA [2011-12-23]

       ACE 1.3 for A2 [2010-07-05] (Deprecated)

     

    Dev blogs Wagn_feed_icon-medium-9343

    1 2 next » (37)

    1 2 next » (37)

     

    Wheeled by Wagn v. 1.8.1
  • View
  • Changes
  • Options
  • Related
  • Edit
  • Mission Makers

    You can use the API functions to read if a unit has crewProtection, as well as set/override the crew protection;

     

    Addon Makers

    • ace_crewprotection - config property - default: 0 - set to 1 for enabled.

    To determine if the player-class is a pilot-class, the config property "ace_crewprotection" should be present in the CfgVehicles class.

    See for example: http://browser.dev-heaven.net/cfg_vehicles/config/USMC_Soldier_Pilot

     

    If your addon inherits from an already existing Crew/Pilot class, these values will be inherited automatically and you don't have to change anything.