DayZ 1.24
Loading...
Searching...
No Matches
UAWaterType Class Reference
Collaboration diagram for UAWaterType:
[legend]

Private Attributes

const string SEA = "sea"
 
const string FRESH = "fresh_water"
 fake
 
const string STILL = "still_water"
 
const string ALL = string.Format("%1|%2|%3", UAWaterType.SEA, UAWaterType.FRESH, UAWaterType.STILL)
 

Detailed Description

Definition at line 144 of file ActionConstants.c.

Member Data Documentation

◆ ALL

◆ FRESH

const string UAWaterType::FRESH = "fresh_water"
private

fake

Definition at line 147 of file ActionConstants.c.

Referenced by ItemBase::TrapSpawnBase().

◆ SEA

const string UAWaterType::SEA = "sea"
private

Definition at line 146 of file ActionConstants.c.

Referenced by Surface::AllowedWaterSurface(), and ItemBase::TrapSpawnBase().

◆ STILL

const string UAWaterType::STILL = "still_water"
private

Definition at line 148 of file ActionConstants.c.


The documentation for this class was generated from the following file: