Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
actionconstants.c File Reference

Go to the source code of this file.

Classes

class  UAQuantityConsumed
 
class  UATimeSpent
 
class  UAMaxDistances
 
class  UAItemsSpreadRadius
 
class  UADamageApplied
 
class  UAWaterType
 
class  UAMisc
 
class  UAFishingConstants
 

Variables

const float PRECISE = 0.0
 
const float VERY_NARROW = 0.2
 
const float NARROW = 0.35
 
const float DEFAULT = 0.5
 
const float WIDE = 1
 
 ROUGH_LOW = 0.01
 
const float ROUGH_MEDIUM = 0.02
 
const float ROUGH_HIGH = 0.03
 
const float PRECISE_LOW = -0.01
 
const float PRECISE_MEDIUM = -0.02
 
const float PRECISE_HIGH = -0.03
 

Variable Documentation

◆ DEFAULT

const float DEFAULT = 0.5

Definition at line 128 of file actionconstants.c.

◆ NARROW

const float NARROW = 0.35

Definition at line 127 of file actionconstants.c.

◆ PRECISE

const float PRECISE = 0.0

Definition at line 125 of file actionconstants.c.

◆ PRECISE_HIGH

const float PRECISE_HIGH = -0.03

Definition at line 141 of file actionconstants.c.

◆ PRECISE_LOW

const float PRECISE_LOW = -0.01

Definition at line 139 of file actionconstants.c.

◆ PRECISE_MEDIUM

const float PRECISE_MEDIUM = -0.02

Definition at line 140 of file actionconstants.c.

◆ ROUGH_HIGH

const float ROUGH_HIGH = 0.03

Definition at line 138 of file actionconstants.c.

◆ ROUGH_LOW

ROUGH_LOW = 0.01

◆ ROUGH_MEDIUM

const float ROUGH_MEDIUM = 0.02

Definition at line 137 of file actionconstants.c.

◆ VERY_NARROW

const float VERY_NARROW = 0.2

Definition at line 126 of file actionconstants.c.

◆ WIDE

const float WIDE = 1

Definition at line 129 of file actionconstants.c.