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

Go to the source code of this file.

Classes

class  FishYieldItemBase
 
class  YieldItemMackerel
 
class  YieldItemSardines
 
class  YieldItemWalleyePollock
 
class  YieldItemShrimp
 

Functions

FishYieldItemBase YieldItemBase YieldItemGenericFish (int baseWeight, string type, int enviroMask, int methodMask)
 
override void Init ()
 Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
 
float GetCycleTimeForYieldItem (CatchingContextFishingRodAction ctx)
 
override float GetBaitTypeSensitivity (ECatchingBaitCategories type)
 
override string GetCatchDeathSoundset ()
 
override string GetCatchAINoise ()
 
override int GetCatchParticleID ()
 

Variables

float m_HourlyCycleLengthCoefs [24]
 

Function Documentation

◆ GetBaitTypeSensitivity()

override float GetBaitTypeSensitivity ( ECatchingBaitCategories type)
protected

Definition at line 73 of file yieldsfish.c.

◆ GetCatchAINoise()

override string GetCatchAINoise ( )
protected

Definition at line 90 of file yieldsfish.c.

◆ GetCatchDeathSoundset()

override string GetCatchDeathSoundset ( )
protected

Definition at line 85 of file yieldsfish.c.

◆ GetCatchParticleID()

override int YieldItemGenericFish::GetCatchParticleID ( )
protected

Definition at line 95 of file yieldsfish.c.

◆ GetCycleTimeForYieldItem()

float YieldItemGenericFish::GetCycleTimeForYieldItem ( CatchingContextFishingRodAction ctx)
protected

Definition at line 66 of file yieldsfish.c.

◆ Init()

override void YieldItemGenericFish::Init ( )
protected

Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)

whole body slots

upper body part slots

bottom body part slots

lower body part slots


heat comfort related slots

pre-init arrays

Definition at line 58 of file yieldsfish.c.

◆ YieldItemGenericFish()

FishYieldItemBase YieldItemBase YieldItemGenericFish ( int baseWeight,
string type,
int enviroMask,
int methodMask )

Definition at line 1 of file yieldsfish.c.

Variable Documentation

◆ m_HourlyCycleLengthCoefs

float m_HourlyCycleLengthCoefs[24]
protected

Definition at line 56 of file yieldsfish.c.