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 
13 {
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