Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
Item Temperature Levels (ItemBase.GetTemperature) (ObjectTemperatureState)

\desc Constants for Item Temperature Levels More...

Variables

const int STATE_COLD_LVL_FOUR = -100
const int STATE_COLD_LVL_ONE = 3
const int STATE_COLD_LVL_THREE = -50
const int STATE_COLD_LVL_TWO = -10
const int STATE_HOT_LVL_FOUR = 600
const int STATE_HOT_LVL_ONE = 35
const int STATE_HOT_LVL_THREE = 250
const int STATE_HOT_LVL_TWO = 70
const int STATE_NEUTRAL_TEMP = 15

Detailed Description

\desc Constants for Item Temperature Levels

Variable Documentation

◆ STATE_COLD_LVL_FOUR

const int STATE_COLD_LVL_FOUR = -100
private

Definition at line 895 of file constants.c.

◆ STATE_COLD_LVL_ONE

const int STATE_COLD_LVL_ONE = 3
private

Definition at line 892 of file constants.c.

Referenced by GetStateData().

◆ STATE_COLD_LVL_THREE

const int STATE_COLD_LVL_THREE = -50
private

Definition at line 894 of file constants.c.

Referenced by GetStateData().

◆ STATE_COLD_LVL_TWO

const int STATE_COLD_LVL_TWO = -10
private

Definition at line 893 of file constants.c.

Referenced by GetStateData().

◆ STATE_HOT_LVL_FOUR

const int STATE_HOT_LVL_FOUR = 600
private

Definition at line 887 of file constants.c.

Referenced by GetStateData().

◆ STATE_HOT_LVL_ONE

const int STATE_HOT_LVL_ONE = 35
private

Definition at line 890 of file constants.c.

Referenced by CanPutIntoHands(), and GetStateData().

◆ STATE_HOT_LVL_THREE

const int STATE_HOT_LVL_THREE = 250
private

Definition at line 888 of file constants.c.

Referenced by GetStateData().

◆ STATE_HOT_LVL_TWO

const int STATE_HOT_LVL_TWO = 70
private

Definition at line 889 of file constants.c.

Referenced by GetStateData(), and Edible_Base::UpdateVaporParticle().

◆ STATE_NEUTRAL_TEMP

const int STATE_NEUTRAL_TEMP = 15
private

Definition at line 891 of file constants.c.

Referenced by GetStateData().