Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
EWeaponObstructedState.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
12
enum
EWeaponObstructedState
13
{
15
INVALID
,
17
UNOBSTRUCTED
,
19
SLIGHTLY_OBSTRUCTED_CAN_FIRE
,
21
SIGNIFICANTLY_OBSTRUCTED_CANT_FIRE
,
23
FULLY_OBSTRUCTED_CANT_FIRE
,
24
}
25
SIGNIFICANTLY_OBSTRUCTED_CANT_FIRE
@ SIGNIFICANTLY_OBSTRUCTED_CANT_FIRE
Obstruction between breaking threshold and alpha threshold - shooting not possible anymore.
Definition:
EWeaponObstructedState.c:21
SLIGHTLY_OBSTRUCTED_CAN_FIRE
@ SLIGHTLY_OBSTRUCTED_CAN_FIRE
Obstruction is less than the breaking threshold - all actions should still be possible.
Definition:
EWeaponObstructedState.c:19
FULLY_OBSTRUCTED_CANT_FIRE
@ FULLY_OBSTRUCTED_CANT_FIRE
Obstruction higher than alpha threshold - weapon fully obstructed.
Definition:
EWeaponObstructedState.c:23
UNOBSTRUCTED
@ UNOBSTRUCTED
Obstruction is at 0.0.
Definition:
EWeaponObstructedState.c:17
INVALID
@ INVALID
Missing components, or obstruction test was not possible.
Definition:
EWeaponObstructedState.c:15
EWeaponObstructedState
EWeaponObstructedState
Definition:
EWeaponObstructedState.c:12
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
Character
EWeaponObstructedState.c
Generated by
1.8.17