PC Stable Documentation
|
|
Private Member Functions | |
void | YieldItemBase (int baseWeight) |
void | Init () |
string | GetType () |
int | GetRegistrationIdx () |
void | SetRegistrationIdx (int idx) |
int | GetYieldWeight (CatchingContextBase ctx) |
int | GetEnviroMask () |
int | GetMethodMask () |
float | GetBaitTypeSensitivity (ECatchingBaitCategories type) |
float | GetQualityForYieldItem (CatchingContextBase ctx) |
void | OnEntityYieldSpawned (EntityAI spawn) |
called on item spawn | |
float | GetChanceForYieldItem (CatchingContextBase ctx) |
string | GetCatchDeathSoundset () |
string | GetCatchAINoise () |
float | GetCatchAINoiseBaseStrength () |
int | GetCatchParticleID () |
Private Attributes | |
protected string | m_Type |
protected int | m_RegistrationIdx = -1 |
protected int | m_BaseWeight |
protected float | m_QualityBase = AnimalCatchingConstants.QUALITY_GENERIC_BASE |
protected int | m_EnviroMask |
protected int | m_MethodMask |
|
inlineprivate |
References Init(), and m_BaseWeight.
|
inlineprivate |
Referenced by CheckBaitCompatibility(), and CatchingContextTrapsBase::UpdateBaseProbability().
|
inlineprivate |
Referenced by ItemBase::PlayCatchNoise().
|
inlineprivate |
Referenced by ItemBase::PlayCatchNoise().
|
inlineprivate |
Referenced by ItemBase::PlayCatchSound().
|
inlineprivate |
References ParticleList::INVALID.
Referenced by CatchingResultBasic::GetYieldItemParticleId(), and ItemBase::PlayCatchParticleSynced().
|
inlineprivate |
Referenced by CatchingResultBasic::UpdateCatchChance().
|
inlineprivate |
References m_EnviroMask.
Referenced by CheckMaskCompatibility().
|
inlineprivate |
References m_MethodMask.
Referenced by CheckMaskCompatibility().
|
inlineprivate |
References m_QualityBase.
Referenced by CatchingResultBasic::UpdateCatchQuality().
|
inlineprivate |
References m_RegistrationIdx.
Referenced by CatchingResultBasic::SpawnAndSetup().
|
inlineprivate |
References m_Type.
Referenced by CatchYieldBank::RegisterYieldItem(), SetupProbabilityArray(), and CatchingResultBasic::SpawnAndSetup().
|
inlineprivate |
References m_BaseWeight.
Referenced by SetupProbabilityArray().
|
private |
Referenced by YieldItemBase().
|
private |
called on item spawn
Referenced by CatchingResultBasic::SpawnAndSetup().
|
inlineprivate |
References ErrorEx, and m_RegistrationIdx.
Referenced by CatchYieldBank::RegisterYieldItem().
|
private |
Referenced by GetYieldWeight(), and YieldItemBase().
|
private |
|
private |
|
private |
Referenced by GetQualityForYieldItem(), and FishYieldItemBase::Init().
|
private |
Referenced by GetRegistrationIdx(), and SetRegistrationIdx().
|
private |