Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_DamageIntensityEntry |
Enumerations | |
enum | SCR_EDamageIntensityType |
Functions | |
enum SCR_EDamageIntensityType | BaseContainerProps (configRoot:true) |
Holds the localization strings as well as the logic to get the damage severity strings and enums. More... | |
Variables | |
NO_DAMAGE = 0 | |
LOW | |
MEDIUM | |
HIGH | |
CRITICAL = 5 | |
Definition at line 2 of file SCR_DamageIntensityHolder.c.
enum SCR_EDamageIntensityType BaseContainerProps | ( | configRoot:true | ) |
Holds the localization strings as well as the logic to get the damage severity strings and enums.
Definition at line 13 of file SCR_DamageIntensityHolder.c.
CRITICAL = 5 |
Definition at line 6 of file SCR_DamageIntensityHolder.c.
@ HIGH |
Definition at line 5 of file SCR_DamageIntensityHolder.c.
@ LOW |
Definition at line 3 of file SCR_DamageIntensityHolder.c.
@ MEDIUM |
Definition at line 4 of file SCR_DamageIntensityHolder.c.
NO_DAMAGE = 0 |
Definition at line 2 of file SCR_DamageIntensityHolder.c.