A | |
ace_advanced_throwing_throwFiredXEH | |
ace_explosives_place | |
OCAP_recorder_ | addDebugBullet |
OCAP_recorder_ | addDebugMagIcon |
C | |
OCAP_ | counterEvent |
OCAP_ | counterInit |
OCAP_ | customEvent |
E | |
OCAP_ | exportData |
H | |
OCAP_ | handleMarker |
P | |
OCAP_ | pause |
Projectiles | |
R | |
OCAP_ | record |
Fired when a throwable is primed.
EGVAR( listener, aceThrowing ) = ["ace_advanced_throwing_throwFiredXEH", { _this call FUNC(eh_firedMan) }] call CBA_fnc_addEventHandler
Event listener for ACE3 global event indicating a mine has been placed and armed.
EGVAR( listener, aceExplosives ) = ["ace_explosives_place", { call FUNC(aceExplosives); }] call CBA_fnc_addEventHandler