Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
AnimalCatchingConstants Class Reference

Private Attributes

const float CHANCE_FISH_BASE = 1.0
const float CHANCE_GENERIC_BASE = 1.0
const float POISSON_CYCLE_MEAN_DEFAULT = 10.0
const float QUALITY_FISH_BASE = 0.35
const float QUALITY_GENERIC_BASE = 1.0

Static Private Attributes

static const int MASK_ENVIRO_FIELD = 1<<3
static const int MASK_ENVIRO_FOREST = 1<<2
static const int MASK_ENVIRO_LAND_ALL = MASK_ENVIRO_FOREST|MASK_ENVIRO_FIELD
static const int MASK_ENVIRO_POND = 1<<0
static const int MASK_ENVIRO_SEA = 1<<1
static const int MASK_ENVIRO_WATER_ALL = MASK_ENVIRO_POND|MASK_ENVIRO_SEA
static const int MASK_METHOD_FISHTRAP_LARGE = 1<<1
static const int MASK_METHOD_FISHTRAP_SMALL = 1<<2
static const int MASK_METHOD_LANDTRAP_SNARE = 1<<3
static const int MASK_METHOD_ROD = 1<<0

Detailed Description

Definition at line 1 of file catchingconstants.c.

Field Documentation

◆ CHANCE_FISH_BASE

const float CHANCE_FISH_BASE = 1.0
private

Definition at line 7 of file catchingconstants.c.

◆ CHANCE_GENERIC_BASE

const float CHANCE_GENERIC_BASE = 1.0
private

Definition at line 6 of file catchingconstants.c.

◆ MASK_ENVIRO_FIELD

const int MASK_ENVIRO_FIELD = 1<<3
staticprivate

Definition at line 14 of file catchingconstants.c.

Referenced by YieldItemCapraHircusBase::Init().

◆ MASK_ENVIRO_FOREST

const int MASK_ENVIRO_FOREST = 1<<2
staticprivate

Definition at line 13 of file catchingconstants.c.

Referenced by YieldItemDeadRabbit::Init().

◆ MASK_ENVIRO_LAND_ALL

const int MASK_ENVIRO_LAND_ALL = MASK_ENVIRO_FOREST|MASK_ENVIRO_FIELD
staticprivate

Definition at line 16 of file catchingconstants.c.

Referenced by CatchingContextTrapsBase::InitCatchEnviroMask().

◆ MASK_ENVIRO_POND

const int MASK_ENVIRO_POND = 1<<0
staticprivate

◆ MASK_ENVIRO_SEA

◆ MASK_ENVIRO_WATER_ALL

const int MASK_ENVIRO_WATER_ALL = MASK_ENVIRO_POND|MASK_ENVIRO_SEA
staticprivate

Definition at line 15 of file catchingconstants.c.

Referenced by YieldItemJunk::Init().

◆ MASK_METHOD_FISHTRAP_LARGE

const int MASK_METHOD_FISHTRAP_LARGE = 1<<1
staticprivate

Definition at line 20 of file catchingconstants.c.

Referenced by DeserializeData(), and YieldItemWalleyePollock::Init().

◆ MASK_METHOD_FISHTRAP_SMALL

const int MASK_METHOD_FISHTRAP_SMALL = 1<<2
staticprivate

Definition at line 21 of file catchingconstants.c.

Referenced by YieldItemSardines::Init(), and YieldItemShrimp::Init().

◆ MASK_METHOD_LANDTRAP_SNARE

const int MASK_METHOD_LANDTRAP_SNARE = 1<<3
staticprivate

◆ MASK_METHOD_ROD

const int MASK_METHOD_ROD = 1<<0
staticprivate

◆ POISSON_CYCLE_MEAN_DEFAULT

const float POISSON_CYCLE_MEAN_DEFAULT = 10.0
private

◆ QUALITY_FISH_BASE

const float QUALITY_FISH_BASE = 0.35
private

Definition at line 4 of file catchingconstants.c.

Referenced by FishYieldItemBase::Init().

◆ QUALITY_GENERIC_BASE

const float QUALITY_GENERIC_BASE = 1.0
private

Definition at line 3 of file catchingconstants.c.


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