ACE3/docs/wiki/framework/hitreactions-framework.md

648 B

layout title description group order parent mod version
wiki Hit Reactions Framework Explains how to set-up weapons with ACE3 hit reactions system. framework 5 wiki ace
major minor patch
3 18 0

1. Config Values

class CfgWeapons {
    class MyWeapon {
         ace_hitreactions_undroppable = 1;  // Prevents weapon from being dropped
    };
};

2. Mission Variables

2.1 Safe pickup distance for AI

Allows 3rd party mods to set the distance between AI and the nearest hostile that is considered safe to go pickup a dropped weapon.

ace_hitreactions_safePickupDistance = 10; // default is 8