Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_DamageIntensityHolder.c File Reference

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
 

Enumeration Type Documentation

◆ SCR_EDamageIntensityType

Definition at line 2 of file SCR_DamageIntensityHolder.c.

Function Documentation

◆ BaseContainerProps()

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.

Variable Documentation

◆ CRITICAL

CRITICAL = 5

Definition at line 6 of file SCR_DamageIntensityHolder.c.

◆ HIGH

@ HIGH

Definition at line 5 of file SCR_DamageIntensityHolder.c.

◆ LOW

@ LOW

Definition at line 3 of file SCR_DamageIntensityHolder.c.

◆ MEDIUM

@ MEDIUM

Definition at line 4 of file SCR_DamageIntensityHolder.c.

◆ NO_DAMAGE

NO_DAMAGE = 0

Definition at line 2 of file SCR_DamageIntensityHolder.c.