Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionconstants.c File Reference

Go to the source code of this file.

Data Structures

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

Variables

const string SEA = "sea"
 
const string FRESH = "fresh_water"
 fake More...
 
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

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

Definition at line 158 of file actionconstants.c.

◆ FLAG_STEP_INCREMENT

FLAG_STEP_INCREMENT = 0.2

◆ FRESH

const string FRESH = "fresh_water"

fake

Definition at line 155 of file actionconstants.c.

◆ SEA

const string SEA = "sea"

Definition at line 154 of file actionconstants.c.

◆ STILL

const string STILL = "still_water"

Definition at line 156 of file actionconstants.c.