Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
Item Wetness States (ItemBase.GetWet)

\desc Constants for Item Wetness States More...

Variables

const float STATE_DAMP = 0.05
const float STATE_DRENCHED = 0.8
const float STATE_DRY = 0
const float STATE_SOAKING_WET = 0.5
const float STATE_WET = 0.25
const float WEIGHT_DAMP = 1.0
const float WEIGHT_DRENCHED = 2.0
const float WEIGHT_DRY = 1.0
const float WEIGHT_SOAKING_WET = 1.66
const float WEIGHT_WET = 1.33

Detailed Description

\desc Constants for Item Wetness States

Variable Documentation

◆ STATE_DAMP

◆ STATE_DRENCHED

◆ STATE_DRY

const float STATE_DRY = 0
private

Definition at line 879 of file constants.c.

Referenced by GetCurrentItemHeatIsolation().

◆ STATE_SOAKING_WET

◆ STATE_WET

◆ WEIGHT_DAMP

const float WEIGHT_DAMP = 1.0
private

Definition at line 906 of file constants.c.

◆ WEIGHT_DRENCHED

const float WEIGHT_DRENCHED = 2.0
private

Definition at line 903 of file constants.c.

◆ WEIGHT_DRY

const float WEIGHT_DRY = 1.0
private

Definition at line 907 of file constants.c.

◆ WEIGHT_SOAKING_WET

const float WEIGHT_SOAKING_WET = 1.66
private

Definition at line 904 of file constants.c.

◆ WEIGHT_WET

const float WEIGHT_WET = 1.33
private

Definition at line 905 of file constants.c.