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

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

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 1 of file SCR_DamageIntensityHolder.c.

Variable Documentation

◆ CRITICAL

CRITICAL = 5

Definition at line 18 of file SCR_DamageIntensityHolder.c.

◆ HIGH

@ HIGH

Definition at line 17 of file SCR_DamageIntensityHolder.c.

◆ LOW

@ LOW

Definition at line 15 of file SCR_DamageIntensityHolder.c.

◆ MEDIUM

@ MEDIUM

Definition at line 16 of file SCR_DamageIntensityHolder.c.

◆ NO_DAMAGE

NO_DAMAGE = 0

Definition at line 14 of file SCR_DamageIntensityHolder.c.