DayZ 1.26
DayZ Explorer by KGB
|
Структуры данных | |
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] |
|
protected |
|
protected |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
pre-init arrays
FishYieldItemBase YieldItemBase YieldItemGenericFish | ( | int | baseWeight, |
string | type, | ||
int | enviroMask, | ||
int | methodMask ) |
|
protected |