Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EBurstType.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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
Definition EBurstType.c:13
@ BT_Uninterruptable
Definition EBurstType.c:14
@ BT_InterruptableAndResetting
Definition EBurstType.c:18
@ BT_Interruptable
Definition EBurstType.c:16