Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
objecttemperaturestatedata.c File Reference

Go to the source code of this file.

Enumerations

enum  EObjectTemperatureState {
  HOT_LVL_FOUR , HOT_LVL_THREE , HOT_LVL_TWO , HOT_LVL_ONE ,
  NEUTRAL , COLD_LVL_ONE , COLD_LVL_TWO , COLD_LVL_THREE ,
  COLD_LVL_FOUR
}
 

Variables

enum EObjectTemperatureState m_State
 
int m_Color
 
string m_LocalizedName
 

Enumeration Type Documentation

◆ EObjectTemperatureState

Enumerator
HOT_LVL_FOUR 
HOT_LVL_THREE 
HOT_LVL_TWO 
HOT_LVL_ONE 
NEUTRAL 
COLD_LVL_ONE 
COLD_LVL_TWO 
COLD_LVL_THREE 
COLD_LVL_FOUR 

Definition at line 1 of file objecttemperaturestatedata.c.

Variable Documentation

◆ m_Color

int m_Color

Definition at line 17 of file objecttemperaturestatedata.c.

◆ m_LocalizedName

string m_LocalizedName

Definition at line 18 of file objecttemperaturestatedata.c.

◆ m_State