ApplyDamagePassRules(notnull BaseDamageContext damageContext) | SCR_HitZone | |
ComputeEffectiveDamage(notnull BaseDamageContext damageContext, bool isDOT) | SCR_HitZone | |
DrawDebug() | SCR_RotorHitZone | |
FindParentVehicleDamageManager() | SCR_DestructibleHitzone | protected |
GetAllColliderNames(out notnull array< string > colliderNames) | HitZone | |
GetBaseDamageMultiplier() | HitZone | |
GetBladeCount() | SCR_RotorHitZone | |
GetColliderDescriptorIndex(int colliderID) | HitZone | |
GetColliderIDs(out notnull array< int > outIDs) | HitZone | |
GetCriticalDamageThreshold() | HitZone | |
GetDamageMultiplier(EDamageType dmgType) | HitZone | |
GetDamageOverTime(EDamageType dmgType) | HitZone | |
GetDamageReduction() | HitZone | |
GetDamageState() | HitZone | |
GetDamageStateThreshold(EDamageState damageState) | HitZone | |
GetDamageThreshold() | HitZone | |
GetDestructionHandler() | SCR_DestructibleHitzone | |
GetEfficiency() | SCR_RotorHitZone | |
GetHealth() | HitZone | |
GetHealthScaled() | HitZone | |
GetHitZoneContainer() | HitZone | |
GetHitZoneGroup() | SCR_VehicleHitZone | |
GetMaxHealth() | HitZone | |
GetName() | HitZone | |
GetNumColliderDescriptors() | HitZone | |
GetOnDamageStateChanged(bool createNew=true) | SCR_HitZone | |
GetOnHealthChanged(bool createNew=true) | SCR_HitZone | |
GetOwner() | SCR_HitZone | |
GetPointInfo() | SCR_RotorHitZone | |
GetPreviousDamageState() | HitZone | |
GetRotorIndex() | SCR_RotorHitZone | |
GetRotorRadius() | SCR_RotorHitZone | |
GetSecondaryExplosionPoint() | SCR_DestructibleHitzone | |
GetSecondaryExplosionScale() | SCR_DestructibleHitzone | |
HandleDamage(float damage, int damageType, IEntity instigator) | HitZone | |
HandlePassedDamage(notnull BaseDamageContext damageContext) | SCR_HitZone | |
HasColliderNodes() | HitZone | |
HasCollision(vector worldPosition) | SCR_RotorHitZone | |
IsProxy() | HitZone | |
IsSpinning() | SCR_RotorHitZone | |
m_aDamagePassRules | SCR_HitZone | protected |
m_CompartmentManager | SCR_DestructibleHitzone | protected |
m_DstParticle | SCR_DestructibleHitzone | protected |
m_eHitZoneGroup | SCR_VehicleHitZone | protected |
m_fBladeWidth | SCR_RotorHitZone | protected |
m_fEfficiencyCritical | SCR_RotorHitZone | protected |
m_fEfficiencyMajor | SCR_RotorHitZone | protected |
m_fEfficiencyMinor | SCR_RotorHitZone | protected |
m_fFireMultiplier | SCR_HitZone | protected |
m_fRotorRadius | SCR_RotorHitZone | protected |
m_fRotorThickness | SCR_RotorHitZone | protected |
m_iBladeCount | SCR_RotorHitZone | protected |
m_iRotorId | SCR_RotorHitZone | protected |
m_OnDamageStateChanged | SCR_HitZone | protected |
m_OnHealthChanged | SCR_HitZone | protected |
m_ParentDamageManager | SCR_DestructibleHitzone | protected |
m_pDestructionHandler | SCR_DestructibleHitzone | protected |
m_RootDamageManager | SCR_DestructibleHitzone | protected |
m_RotorPointInfo | SCR_RotorHitZone | protected |
m_sDestructionParticle | SCR_DestructibleHitzone | protected |
m_sDestructionSoundEvent | SCR_DestructibleHitzone | protected |
m_SecondaryExplosionPoint | SCR_DestructibleHitzone | protected |
m_Simulation | SCR_RotorHitZone | protected |
m_vParticleOffset | SCR_DestructibleHitzone | protected |
OnDamage(notnull BaseDamageContext damageContext) | HitZone | |
OnDamageStateChanged(EDamageState newState, EDamageState previousDamageState, bool isJIP) | SCR_RotorHitZone | |
OnHealthSet() | SCR_HitZone | protected |
OnInit(IEntity pOwnerEntity, GenericComponent pManagerComponent) | SCR_RotorHitZone | |
OnMaxHealthChanged() | HitZone | protected |
PlayDestructionParticle(EDamageState state) | SCR_DestructibleHitzone | |
PlayDestructionSound(EDamageState damageState) | SCR_DestructibleHitzone | protected |
RotorHitChance(vector worldPosition) | SCR_RotorHitZone | |
SetDamageOverTime(EDamageType dmgType, float dps) | HitZone | |
SetHealth(float health) | HitZone | |
SetHealthScaled(float health) | HitZone | |
SetMaxHealth(float maxHealth, ESetMaxHealthFlags flag=ESetMaxHealthFlags.NONE) | HitZone | |
SetRotorIndex(int id) | SCR_RotorHitZone | |
StartDestruction(bool immediate=false) | SCR_DestructibleHitzone | |
StopDestruction() | SCR_DestructibleHitzone | protected |
TryGetColliderDescription(IEntity owner, int descIndex, out vector transformLS[4], out int boneIndex, out int nodeID) | HitZone | |
TryGetColliderDescriptionFromName(IEntity owner, string colliderName, out vector transformLS[4], out int boneIndex, out int nodeID) | HitZone | |
UpdateRotorState() | SCR_RotorHitZone | |