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

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

_WB_AfterWorldUpdate(IEntity owner, float timeSlice)SCR_DamageManagerComponentprotected
CalculateMomentum(Contact contact, float ownerMass, float otherMass)SCR_DamageManagerComponent
CanBeHealed(bool ignoreHealingDOT=true)SCR_DamageManagerComponent
ComputeStruckHitZones(out notnull array< HitZone > struckHitZones, notnull BaseDamageContext damageContext)DamageManagerComponent
ConnectToFireDamageSystem()SCR_DamageManagerComponentprotected
DamageOther(notnull IEntity other, float damage)SCR_RotorDamageManagerComponentprotected
DamageRandomHitZones(float damage, EDamageType type, notnull Instigator instigator, bool onlyPhysical=true, vector outMat[3]={}, bool damageDefault=false)SCR_DamageManagerComponent
DamageRotors(float damage)SCR_RotorDamageManagerComponentprotected
DisconnectFromFireDamageSystem()SCR_DamageManagerComponentprotected
EmitRotorParticles(vector contactPos, GameMaterial contactMat)SCR_RotorDamageManagerComponentprotected
EnableDamageHandling(bool enable)DamageManagerComponent
FilterContact(IEntity owner, IEntity other, Contact contact)SCR_RotorDamageManagerComponent
FuelSecondaryExplosion(notnull Instigator instigator)SCR_DamageManagerComponent
FullHeal(bool ignoreHealingDOT=true)SCR_DamageManagerComponent
GetAimingDamage()DamageManagerComponent
GetAllHitZones(out notnull array< HitZone > outHitZones)HitZoneContainerComponent
GetAllHitZonesInHierarchy(out notnull array< HitZone > outHitZones)HitZoneContainerComponent
GetAttachedColliderIDs(out notnull array< int > outAttachedColliderIDs)DamageManagerComponent
GetComponentsDelayed()SCR_RotorDamageManagerComponentprotected
GetDamageManager(notnull IEntity owner)SCR_DamageManagerComponentstatic
GetDamageOverTime(EDamageType dType)DamageManagerComponent
GetDefaultHitZone()HitZoneContainerComponent
GetGroupDamageOverTime(ECharacterHitZoneGroup hitZoneGroup, EDamageType damageType)SCR_DamageManagerComponent
GetHealth()DamageManagerComponent
GetHealthScaled()DamageManagerComponent
GetHitZone(string colliderName)HitZoneContainerComponent
GetHitZoneByColliderID(int colliderID)HitZoneContainerComponent
GetHitZoneByName(string hitZoneName, bool caseSensitive=false)SCR_DamageManagerComponent
GetHitZonesByColliderIDs(out notnull array< HitZone > outHitZones, notnull array< int > colliderIDs)HitZoneContainerComponent
GetHitZonesDamage(float untilThresholdScaled=1, array< HitZone > alternativeHitZones=null)SCR_DamageManagerComponent
GetHitZonesHealthScaled(array< HitZone > alternativeHitZones=null)SCR_DamageManagerComponent
GetHitZonesOfGroup(EHitZoneGroup hitZoneGroup, out notnull array< HitZone > groupHitZones, bool clearArray=true)SCR_DamageManagerComponent
GetHitZonesOfGroups(notnull array< EHitZoneGroup > hitZoneGroups, out notnull array< HitZone > groupHitZones)SCR_DamageManagerComponent
GetInstigator()DamageManagerComponent
GetMaxHealth()DamageManagerComponent
GetMinDestroyDamage(EDamageType damageType, array< HitZone > hitzones, int count)SCR_DamageManagerComponent
GetMovementDamage()DamageManagerComponent
GetOnDamage()SCR_DamageManagerComponent
GetOnDamageOverTimeAdded()SCR_DamageManagerComponent
GetOnDamageOverTimeRemoved()SCR_DamageManagerComponent
GetOnDamageStateChanged()SCR_DamageManagerComponent
GetOwner()HitZoneContainerComponent
GetParentHitZoneContainer()HitZoneContainerComponent
GetPhysicalHitZones(out notnull array< HitZone > physicalHitZones)SCR_DamageManagerComponent
GetRegeneratingHitZones(out notnull array< SCR_RegeneratingHitZone > regeneratingHitZones)SCR_DamageManagerComponent
GetResourceEncapsulator(EResourceType suppliesType=EResourceType.SUPPLIES)SCR_DamageManagerComponent
GetScriptedDamageManagerData()SCR_DamageManagerComponentprotected
GetSecondaryExplosion(float value, SCR_ESecondaryExplosionType explosionType, EResourceType resourceType=EResourceType.SUPPLIES, bool fire=false)SCR_DamageManagerComponent
GetSecondaryExplosionForScale(SCR_ESecondaryExplosionScale scale, SCR_ESecondaryExplosionType explosionType, EResourceType resourceType=EResourceType.SUPPLIES)SCR_DamageManagerComponent
GetSecondaryExplosionPosition(TypeName hitZoneType, out float totalWeight=0)SCR_DamageManagerComponent
GetSecondaryExplosionScale(float value, SCR_ESecondaryExplosionType explosionType, EResourceType resourceType=EResourceType.SUPPLIES)SCR_DamageManagerComponent
GetSecondaryFireParticle(float value, SCR_ESecondaryExplosionType explosionType, EResourceType resourceType=EResourceType.SUPPLIES)SCR_DamageManagerComponent
GetSingleHitZonesHealthScaled(array< HitZone > alternativeHitZones=null, bool getLowestHealth=true)SCR_DamageManagerComponent
GetState()DamageManagerComponent
GetSurroundingHitzones(vector origin, Physics physics, float maxDistance, out array< HitZone > outHitzones)SCR_DamageManagerComponent
HandleDamage(notnull BaseDamageContext damageContext)DamageManagerComponent
HealHitZones(float healthToDistribute, bool sequential=false, float maxHealThresholdScaled=1, array< HitZone > alternativeHitZones=null)SCR_DamageManagerComponent
HealHitZonesInParallel(float healthToDistribute, float maxHealThresholdScaled, array< HitZone > targetHitZones)SCR_DamageManagerComponentprotected
HealHitZonesInSequence(float healthToDistribute, float maxHealThresholdScaled, array< HitZone > targetHitZones)SCR_DamageManagerComponentprotected
HEALING_DAMAGE_TYPESSCR_DamageManagerComponentstatic
HijackDamageHandling(notnull BaseDamageContext damageContext)SCR_DamageManagerComponent
IsDamagedOverTime(EDamageType dType)DamageManagerComponent
IsDamageHandlingEnabled()DamageManagerComponent
IsDestroyed()DamageManagerComponent
IsOnFire(HitZone hitZone=null)SCR_DamageManagerComponent
IsOnFire(notnull array< HitZone > hitZones)SCR_DamageManagerComponent
IsRplReady()SCR_DamageManagerComponent
Kill(notnull Instigator instigator)SCR_DamageManagerComponent
m_bRplReadySCR_DamageManagerComponentprotected
m_fCharacterDamageMultiplierSCR_RotorDamageManagerComponentprotected
m_fImpulseDamageMultiplierSCR_RotorDamageManagerComponentprotected
m_fMaxCharacterDamageSCR_RotorDamageManagerComponentprotected
m_fMinCharacterDamageSCR_RotorDamageManagerComponentprotected
m_fRotorDamageMultiplierSCR_RotorDamageManagerComponentprotected
m_HelicopterSimulationSCR_RotorDamageManagerComponentprotected
m_iDamageManagerDataIndexSCR_DamageManagerComponentprotected
m_iEffectIndexSCR_RotorDamageManagerComponentprotected
m_iPlayerIdSCR_DamageManagerComponentprotected
m_iShapeIndex1SCR_RotorDamageManagerComponentprotected
m_iTimeThresholdInstigatorReplacementSCR_DamageManagerComponentprotected
m_iTimetickInstigatorSCR_DamageManagerComponentprotected
m_ParticleEffectEntitySCR_RotorDamageManagerComponentprotected
m_ParticleSpawnParamsSCR_RotorDamageManagerComponentprotected
m_RootDamageManagerSCR_RotorDamageManagerComponentprotected
m_RotorHitZoneSCR_RotorDamageManagerComponentprotected
m_sDefaultParticlePathSCR_RotorDamageManagerComponentprotected
m_sImpactSoundEventSCR_RotorDamageManagerComponentprotected
m_SoundComponentSCR_RotorDamageManagerComponentprotected
MAX_DESTRUCTION_RESPONSE_INDEXSCR_DamageManagerComponentstatic
MAX_DESTRUCTION_RESPONSE_INDEX_NAMESCR_DamageManagerComponentstatic
MAX_MOMENTUM_RESPONSE_INDEXSCR_DamageManagerComponentprotectedstatic
MIN_DESTRUCTION_RESPONSE_INDEXSCR_DamageManagerComponentprotectedstatic
MIN_MOMENTUM_RESPONSE_INDEXSCR_DamageManagerComponentprotectedstatic
MIN_ROTOR_DAMAGESCR_RotorDamageManagerComponentprotectedstatic
OnDamage(notnull BaseDamageContext damageContext)SCR_DamageManagerComponentprotected
OnDamageOverTimeAdded(EDamageType dType, float dps, HitZone hz)SCR_DamageManagerComponent
OnDamageOverTimeRemoved(EDamageType dType, HitZone hz)SCR_DamageManagerComponent
OnDamageStateChanged(EDamageState state)SCR_RotorDamageManagerComponent
OnDelete(IEntity owner)DamageManagerComponentprotected
OnDiag(IEntity owner, float timeSlice)DamageManagerComponentprotected
OnFilteredContact(IEntity owner, IEntity other, Contact contact)SCR_RotorDamageManagerComponent
OnFrame(IEntity owner, float timeSlice)DamageManagerComponentprotected
OnInit(IEntity owner)SCR_RotorDamageManagerComponent
OnPostInit(IEntity owner)DamageManagerComponentprotected
OnRplLoad(ScriptBitReader reader)SCR_DamageManagerComponentprotected
OnRplSave(ScriptBitWriter writer)SCR_DamageManagerComponentprotected
OnTicksOnRemoteProxy()GameComponent
OverrideHitMaterial(HitZone struckHitzone)DamageManagerComponent
PlayRotorImpactSound(vector contactPos, int contactShapeIndex1)SCR_RotorDamageManagerComponent
ReduceSmoke()SCR_DamageManagerComponent
RemoveDamageOverTime(EDamageType dType)DamageManagerComponent
RPC_OnContactBroadcast(vector contactPos, vector contactNormal, int contactShapeIndex1)SCR_RotorDamageManagerComponentprotected
RpcDo_SetFireState(int hitZoneIndex, SCR_EBurningState fireState)SCR_DamageManagerComponent
s_aDamageManagerDataSCR_DamageManagerComponentprotectedstatic
SecondaryExplosion(ResourceName prefabName, notnull Instigator instigator, notnull EntitySpawnParams spawnParams)SCR_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)SCR_RotorDamageManagerComponent
ShouldOverrideInstigator(notnull Instigator currentInstigator, notnull Instigator newInstigator)SCR_DamageManagerComponentprotected
SIMULATION_IMPRECISION_MULTIPLIERSCR_DamageManagerComponentprotectedstatic
SupplySecondaryExplosion(notnull Instigator instigator)SCR_DamageManagerComponent
TraceFilter(notnull IEntity e)SCR_RotorDamageManagerComponentprotected
UpdateFireDamage(float timeSlice)SCR_DamageManagerComponent
UpdateFireParticles(vector position, out ParticleEffectEntity particles, SCR_ESecondaryExplosionScale state, SCR_ESecondaryExplosionType fireType, EResourceType resourceType=EResourceType.SUPPLIES)SCR_DamageManagerComponent
~SCR_DamageManagerComponent()SCR_DamageManagerComponent