Arma Reforger Script API
Loading...
Searching...
No Matches
DamageManagerComponent Member List

This is the complete list of members for DamageManagerComponent, including all inherited members.

ComputeStruckHitZones(out notnull array< HitZone > struckHitZones, notnull BaseDamageContext damageContext)DamageManagerComponent
EnableDamageHandling(bool enable)DamageManagerComponent
FilterContact(IEntity owner, IEntity other, Contact contact)DamageManagerComponent
GetAimingDamage()DamageManagerComponent
GetAllHitZones(out notnull array< HitZone > outHitZones)HitZoneContainerComponent
GetAllHitZonesInHierarchy(out notnull array< HitZone > outHitZones)HitZoneContainerComponent
GetAttachedColliderIDs(out notnull array< int > outAttachedColliderIDs)DamageManagerComponent
GetDamageOverTime(EDamageType dType)DamageManagerComponent
GetDefaultHitZone()HitZoneContainerComponent
GetHealth()DamageManagerComponent
GetHealthScaled()DamageManagerComponent
GetHitZone(string colliderName)HitZoneContainerComponent
GetHitZoneByColliderID(int colliderID)HitZoneContainerComponent
GetHitZonesByColliderIDs(out notnull array< HitZone > outHitZones, notnull array< int > colliderIDs)HitZoneContainerComponent
GetInstigator()DamageManagerComponent
GetMaxHealth()DamageManagerComponent
GetMovementDamage()DamageManagerComponent
GetOwner()HitZoneContainerComponent
GetParentHitZoneContainer()HitZoneContainerComponent
GetState()DamageManagerComponent
HandleDamage(notnull BaseDamageContext damageContext)DamageManagerComponent
HijackDamageHandling(notnull BaseDamageContext damageContext)DamageManagerComponent
IsDamagedOverTime(EDamageType dType)DamageManagerComponent
IsDamageHandlingEnabled()DamageManagerComponent
IsDestroyed()DamageManagerComponent
OnDamage(notnull BaseDamageContext damageContext)DamageManagerComponentprotected
OnDamageOverTimeAdded(EDamageType dType, float dps, HitZone hz)DamageManagerComponentprotected
OnDamageOverTimeRemoved(EDamageType dType, HitZone hz)DamageManagerComponentprotected
OnDamageStateChanged(EDamageState state)DamageManagerComponentprotected
OnDelete(IEntity owner)DamageManagerComponentprotected
OnDiag(IEntity owner, float timeSlice)DamageManagerComponentprotected
OnFilteredContact(IEntity owner, IEntity other, Contact contact)DamageManagerComponentprotected
OnFrame(IEntity owner, float timeSlice)DamageManagerComponentprotected
OnInit(IEntity owner)DamageManagerComponentprotected
OnPostInit(IEntity owner)DamageManagerComponentprotected
OnRplLoad(ScriptBitReader reader)HitZoneContainerComponentprotected
OnRplSave(ScriptBitWriter writer)HitZoneContainerComponentprotected
OnTicksOnRemoteProxy()GameComponent
OverrideHitMaterial(HitZone struckHitzone)DamageManagerComponent
RemoveDamageOverTime(EDamageType dType)DamageManagerComponent
SetAimingDamage(float damage)DamageManagerComponent
SetHealthScaled(float health)DamageManagerComponent
SetInstigator(notnull Instigator instigator)DamageManagerComponent
SetInstigatorEntity(IEntity instigator)DamageManagerComponent
SetMovementDamage(float damage)DamageManagerComponent
ShouldCountAsHit(notnull BaseDamageContext damageContext)DamageManagerComponent
ShouldOverrideInstigator(notnull Instigator currentInstigator, notnull Instigator newInstigator)DamageManagerComponent