Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
EBurstType.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
enum
EBurstType
13
{
14
BT_Uninterruptable
,
15
// Releasing during the burst "pauses" it, and the next trigger depress continues the same burst. Used on (for example) an M16A2
16
BT_Interruptable
,
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
18
BT_InterruptableAndResetting
,
19
}
20
EBurstType
EBurstType
Definition
EBurstType.c:13
BT_Uninterruptable
@ BT_Uninterruptable
Definition
EBurstType.c:14
BT_InterruptableAndResetting
@ BT_InterruptableAndResetting
Definition
EBurstType.c:18
BT_Interruptable
@ BT_Interruptable
Definition
EBurstType.c:16
scripts
Game
generated
Weapon
EBurstType.c
Generated by
1.17.0