![]() |
|
Public Attributes | |
| ref array< ref SCR_TimedEffect > | m_aEffects |
| ref array< ref SCR_InteriorBoundingBox > | m_aInteriorQueryBoundingBoxes |
| float | m_fDelay |
| float | m_fSinkingSpeed |
| float | m_fSinkingSpeedGradualMultiplier |
| float | m_fRotationSpeed |
| float | m_fRotationTime |
| float | m_fRotationTimeRandom |
| int | m_iMaxRotations |
| vector | m_vSinkVector |
| ref SCR_AudioSourceConfiguration | m_AudioSourceConfiguration |
| ref Curve | m_CameraShakeCurve |
| SCR_EDestructionRotationEnum | m_eAllowedRotations |
| ref DestructionHeatmapEntry | m_EntryData |
Additional Inherited Members | |
Public Member Functions inherited from SCR_DamageManagerComponentClass | |
| SCR_SecondaryExplosions | GetSecondaryExplosions () |
| SCR_SecondaryExplosions | GetSecondaryFires () |
| bool | GetBurnStateForHealth (float health, out SCR_EBurningState state) |
| Retreives burn state for provided health. | |
| array< int > | GetGroupHitZoneIds (EHitZoneGroup hitZoneGroup) |
| Retreives a list of ids which are corresponding to the id of the hit zones that are part of the provided group. | |
| void | InitPrefabData (notnull IEntity owner, notnull SCR_DamageManagerComponent dmgManager) |
Public Member Functions inherited from DamageManagerComponentClass | |
| proto external float | GetFallDamageLimitNoDamage () |
| proto external float | GetFallDamageLimitFullDamage () |
| proto external float | GetHeavyDamageThreshold () |
Protected Attributes inherited from SCR_DamageManagerComponentClass | |
| ref SCR_SecondaryExplosions | m_SecondaryExplosions |
| ref SCR_SecondaryExplosions | m_SecondaryFires |
| ref SCR_RepairConfig | m_RepairConfig |
| ref map< EHitZoneGroup, ref array< int > > | m_mHitZoneGroupMap |
| ref array<ref SCR_TimedEffect> SCR_DestructibleBuildingComponentClass.m_aEffects |
| ref array<ref SCR_InteriorBoundingBox> SCR_DestructibleBuildingComponentClass.m_aInteriorQueryBoundingBoxes |
| ref SCR_AudioSourceConfiguration SCR_DestructibleBuildingComponentClass.m_AudioSourceConfiguration |
| ref Curve SCR_DestructibleBuildingComponentClass.m_CameraShakeCurve |
| SCR_EDestructionRotationEnum SCR_DestructibleBuildingComponentClass.m_eAllowedRotations |
| ref DestructionHeatmapEntry SCR_DestructibleBuildingComponentClass.m_EntryData |
| float SCR_DestructibleBuildingComponentClass.m_fDelay |
| float SCR_DestructibleBuildingComponentClass.m_fRotationSpeed |
| float SCR_DestructibleBuildingComponentClass.m_fRotationTime |
| float SCR_DestructibleBuildingComponentClass.m_fRotationTimeRandom |
| float SCR_DestructibleBuildingComponentClass.m_fSinkingSpeed |
| float SCR_DestructibleBuildingComponentClass.m_fSinkingSpeedGradualMultiplier |
| int SCR_DestructibleBuildingComponentClass.m_iMaxRotations |
| vector SCR_DestructibleBuildingComponentClass.m_vSinkVector |