DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Файл YieldsFish.c

См. исходные тексты.

Структуры данных

class  FishYieldItemBase
 
class  YieldItemMackerel
 
class  YieldItemSardines
 
class  YieldItemWalleyePollock
 
class  YieldItemShrimp
 

Функции

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 ()
 

Переменные

float m_HourlyCycleLengthCoefs [24]
 

Функции

◆ GetBaitTypeSensitivity()

override float GetBaitTypeSensitivity ( ECatchingBaitCategories type)
protected
86{
87 override void Init()
88 {
89 super.Init();
override void Init()
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside o...
Definition YieldsFish.c:61
Definition YieldsFish.c:2
Definition EntityAI.c:95

◆ GetCatchAINoise()

override string GetCatchAINoise ( )
protected

◆ GetCatchDeathSoundset()

override string GetCatchDeathSoundset ( )
protected

◆ GetCatchParticleID()

override int GetCatchParticleID ( )
protected
102 {
103 super.Init();
104

◆ GetCycleTimeForYieldItem()

float GetCycleTimeForYieldItem ( CatchingContextFishingRodAction ctx)
protected
72{
73 override void Init()
74 {

◆ Init()

override void Init ( )
protected

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

pre-init arrays

◆ YieldItemGenericFish()

FishYieldItemBase YieldItemBase YieldItemGenericFish ( int baseWeight,
string type,
int enviroMask,
int methodMask )
58 {
59 m_Type = type;
62 }
int m_MethodMask
Definition CatchingContextBase.c:18
int m_EnviroMask
Definition CatchingContextBase.c:19
class DynamicMusicLocationTypes m_Type

Переменные

◆ m_HourlyCycleLengthCoefs

float m_HourlyCycleLengthCoefs[24]
protected