![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | YieldItemBase (int baseWeight) |
| float | GetBaitTypeSensitivity (ECatchingBaitCategories type) |
| string | GetCatchAINoise () |
| float | GetCatchAINoiseBaseStrength () |
| string | GetCatchDeathSoundset () |
| int | GetCatchParticleID () |
| float | GetChanceForYieldItem (CatchingContextBase ctx) |
| int | GetEnviroMask () |
| int | GetMethodMask () |
| float | GetQualityForYieldItem (CatchingContextBase ctx) |
| int | GetRegistrationIdx () |
| string | GetType () |
| int | GetYieldWeight (CatchingContextBase ctx) |
| void | Init () |
| void | OnEntityYieldSpawned (EntityAI spawn) |
| called on item spawn | |
| void | SetRegistrationIdx (int idx) |
Protected Attributes | |
| int | m_BaseWeight |
| int | m_EnviroMask |
| int | m_MethodMask |
| float | m_QualityBase = AnimalCatchingConstants.QUALITY_GENERIC_BASE |
| int | m_RegistrationIdx = -1 |
| string | m_Type |
Definition at line 1 of file catchyielditembase.c.
|
inlineprotected |
Definition at line 11 of file catchyielditembase.c.
References Init(), and m_BaseWeight.
Referenced by Init(), and YieldItemGenericFish().
|
inlineprotected |
Definition at line 53 of file catchyielditembase.c.
Referenced by CheckBaitCompatibility(), and CatchingContextTrapsBase::UpdateBaseProbability().
|
inlineprotected |
Definition at line 86 of file catchyielditembase.c.
Referenced by ItemBase::PlayCatchNoise().
|
inlineprotected |
Definition at line 91 of file catchyielditembase.c.
Referenced by ItemBase::PlayCatchNoise().
|
inlineprotected |
Definition at line 81 of file catchyielditembase.c.
Referenced by ItemBase::PlayCatchSound().
|
inlineprotected |
Definition at line 96 of file catchyielditembase.c.
References ParticleList::INVALID.
Referenced by ItemBase::PlayCatchParticleSynced().
|
inlineprotected |
Definition at line 69 of file catchyielditembase.c.
References CatchingContextBase().
|
inlineprotected |
Definition at line 43 of file catchyielditembase.c.
References m_EnviroMask.
Referenced by CheckMaskCompatibility().
|
inlineprotected |
Definition at line 48 of file catchyielditembase.c.
References m_MethodMask.
Referenced by CheckMaskCompatibility().
|
inlineprotected |
Definition at line 58 of file catchyielditembase.c.
References CatchingContextBase(), and m_QualityBase.
|
inlineprotected |
Definition at line 25 of file catchyielditembase.c.
References m_RegistrationIdx.
|
inlineprotected |
Definition at line 20 of file catchyielditembase.c.
References m_Type.
Referenced by CatchYieldBank::RegisterYieldItem(), and SetupProbabilityArray().
|
inlineprotected |
Definition at line 38 of file catchyielditembase.c.
References CatchingContextBase(), and m_BaseWeight.
Referenced by SetupProbabilityArray().
|
protected |
Referenced by YieldItemBase().
|
protected |
called on item spawn
|
inlineprotected |
Definition at line 30 of file catchyielditembase.c.
References ErrorEx, and m_RegistrationIdx.
Referenced by CatchYieldBank::RegisterYieldItem().
|
protected |
Definition at line 5 of file catchyielditembase.c.
Referenced by YieldItemBase(), and GetYieldWeight().
|
protected |
Definition at line 7 of file catchyielditembase.c.
Referenced by GetEnviroMask(), YieldItemCapraHircusBase::Init(), YieldItemDeadRabbit::Init(), YieldItemJunk::Init(), YieldItemSardines::Init(), YieldItemShrimp::Init(), and YieldItemWalleyePollock::Init().
|
protected |
Definition at line 8 of file catchyielditembase.c.
Referenced by GetMethodMask(), YieldItemCapraHircusBase::Init(), YieldItemDeadRabbit::Init(), YieldItemJunk::Init(), YieldItemSardines::Init(), YieldItemShrimp::Init(), and YieldItemWalleyePollock::Init().
|
protected |
Definition at line 6 of file catchyielditembase.c.
Referenced by GetQualityForYieldItem(), and FishYieldItemBase::Init().
|
protected |
Definition at line 4 of file catchyielditembase.c.
Referenced by GetRegistrationIdx(), and SetRegistrationIdx().
|
protected |
Definition at line 3 of file catchyielditembase.c.
Referenced by YieldItemJunk::YieldItemJunk(), GetType(), YieldItemDeadChicken_Brown::Init(), YieldItemDeadChicken_White::Init(), YieldItemDeadRabbit::Init(), YieldItemSardines::Init(), YieldItemShrimp::Init(), and YieldItemWalleyePollock::Init().