DayZ 1.24
Loading...
Searching...
No Matches
ActionConstants.c File Reference

Go to the source code of this file.

Classes

class  UAQuantityConsumed
 
class  UATimeSpent
 
class  UAMaxDistances
 
class  UASoftSkillsWeight
 
class  UADamageApplied
 
class  UAWaterType
 

Variables

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)
 
 FLAG_STEP_INCREMENT = 0.2
 

Variable Documentation

◆ ALL

◆ FLAG_STEP_INCREMENT

FLAG_STEP_INCREMENT = 0.2

◆ FRESH

const string FRESH = "fresh_water"

fake

Definition at line 147 of file ActionConstants.c.

◆ SEA

const string SEA = "sea"

Definition at line 146 of file ActionConstants.c.

◆ STILL

const string STILL = "still_water"

Definition at line 148 of file ActionConstants.c.