CBA Event Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
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
EGVAR(
   listener,
   aceThrowing
) = ["ace_advanced_throwing_throwFiredXEH", { _this call FUNC(eh_firedMan) }] call CBA_fnc_addEventHandler
Fired when a throwable is primed.
EGVAR(
   listener,
   aceExplosives
) = ["ace_explosives_place", { call FUNC(aceExplosives); }] call CBA_fnc_addEventHandler
Event listener for ACE3 global event indicating a mine has been placed and armed.
Triggered when a bullet is fired and the debug mode is enabled.
Triggered when a non-bullet projectile is fired and the debug mode is enabled.
Meant for use in custom tracking of points or score between two sides.
Meant for use in custom tracking of points or score between two sides.
Event listener for custom event text to be added to the timeline.
Used to stop recording & signal the extension to save and upload it to the web component.
Handles marker creation, modification, and deletion events.
Used to pause recording.
Used to start or resume recording.
Close