Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
EBurstType.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
15  // Releasing during the burst "pauses" it, and the next trigger depress continues the same burst. Used on (for example) an M16A2
17  // Releasing during the burst interrupts it, and resets so that the next burst is a full one. Used on (for example) a H&K G3 and MP5
19 }
20 
EBurstType
EBurstType
Definition: EBurstType.c:12
BT_Interruptable
@ BT_Interruptable
Definition: EBurstType.c:16
BT_InterruptableAndResetting
@ BT_InterruptableAndResetting
Definition: EBurstType.c:18
BT_Uninterruptable
@ BT_Uninterruptable
Definition: EBurstType.c:14