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
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: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
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
Weapon
EBurstType.c
Generated by
1.8.17