Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
enum | SCR_EConsumableType { BANDAGE, HEALTH, TOURNIQUET, SALINE, MORPHINE, MED_KIT } |
Type of consumable gadget. More... | |
Variables | |
enum SCR_EConsumableType | NONE = 0 |
Reason why consumable cannot be applied. More... | |
enum SCR_EConsumableType | UNKOWN = 1 |
enum SCR_EConsumableType | IS_BLEEDING = 10 |
enum SCR_EConsumableType | NOT_BLEEDING = 11 |
enum SCR_EConsumableType | ALREADY_APPLIED = 12 |
enum SCR_EConsumableType | DAMAGED = 13 |
enum SCR_EConsumableType |
Type of consumable gadget.
Enumerator | |
---|---|
BANDAGE | |
HEALTH | |
TOURNIQUET | |
SALINE | |
MORPHINE | |
MED_KIT |
Definition at line 2 of file SCR_ConsumableEffectBase.c.
enum SCR_EConsumableType ALREADY_APPLIED = 12 |
enum SCR_EConsumableType DAMAGED = 13 |
enum SCR_EConsumableType IS_BLEEDING = 10 |
@ NONE = 0 |
Reason why consumable cannot be applied.
Definition at line 4 of file SCR_ConsumableEffectBase.c.
enum SCR_EConsumableType NOT_BLEEDING = 11 |
enum SCR_EConsumableType UNKOWN = 1 |