![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| 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. | |
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 1 of file SCR_DamageIntensityHolder.c.
| CRITICAL = 5 |
Definition at line 18 of file SCR_DamageIntensityHolder.c.
| @ HIGH |
Definition at line 17 of file SCR_DamageIntensityHolder.c.
| @ LOW |
Definition at line 15 of file SCR_DamageIntensityHolder.c.
| @ MEDIUM |
Definition at line 16 of file SCR_DamageIntensityHolder.c.
| NO_DAMAGE = 0 |
Definition at line 14 of file SCR_DamageIntensityHolder.c.