Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ConsumableEffectBase.c File Reference

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.
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

Enumeration Type Documentation

◆ SCR_EConsumableType

Type of consumable gadget.

Enumerator
BANDAGE 
HEALTH 
TOURNIQUET 
SALINE 
MORPHINE 
MED_KIT 

Definition at line 2 of file SCR_ConsumableEffectBase.c.

Variable Documentation

◆ ALREADY_APPLIED

enum SCR_EConsumableType ALREADY_APPLIED = 12

◆ DAMAGED

enum SCR_EConsumableType DAMAGED = 13

◆ IS_BLEEDING

enum SCR_EConsumableType IS_BLEEDING = 10

◆ NONE

@ NONE = 0

Reason why consumable cannot be applied.

Definition at line 4 of file SCR_ConsumableEffectBase.c.

◆ NOT_BLEEDING

enum SCR_EConsumableType NOT_BLEEDING = 11

◆ UNKOWN

enum SCR_EConsumableType UNKOWN = 1