DayZ 1.24
Loading...
Searching...
No Matches
DestructionEffectGasCanister Class Reference
Inheritance diagram for DestructionEffectGasCanister:
[legend]
Collaboration diagram for DestructionEffectGasCanister:
[legend]

Private Member Functions

override void Init ()
 
override void OnEntityDestroyedOneTimeClient (EntityAI entity, int oldLevel, string zone)
 
override void OnEntityDestroyedOneTimeServer (EntityAI entity, int oldLevel, string zone)
 
override void OnEntityDestroyedPersistentClient (EntityAI entity, string zone)
 
override void OnEntityDestroyedPersistentServer (EntityAI entity, string zone)
 
override void OnExplosionEffects (Object source, Object directHit, int componentIndex, string surface, vector pos, vector surfNormal, float energyFactor, float explosionFactor, bool isWater, string ammoType)
 

Detailed Description

Definition at line 124 of file DestructionEffects.c.

Member Function Documentation

◆ Init()

override void DestructionEffectGasCanister::Init ( )
inlineprivate

Definition at line 126 of file DestructionEffects.c.

127 {
128 m_EntityIsTakeable = true;
129
130
133
136
139 m_ReplaceDelay = 1000;
140
142 m_AmmoType = "GasCanister_Ammo";
143 m_DamageType = DamageType.EXPLOSION;
144 }
DamageType
exposed from C++ (do not change)
static const int RGD5
static const int NONE

References DestructionEffectBase::m_AmmoType, DestructionEffectBase::m_DamageType, DestructionEffectBase::m_EntityIsTakeable, DestructionEffectBase::m_HasExplosionDamage, DestructionEffectBase::m_KeepHealthOnReplace, DestructionEffectBase::m_ParticleOneTime, DestructionEffectBase::m_ParticlePersistent, DestructionEffectBase::m_ReplaceDelay, DestructionEffectBase::m_ReplaceWithEntity, DestructionEffectBase::m_SoundSetOneTime, DestructionEffectBase::m_SoundSetPersistent, ParticleList::NONE, and ParticleList::RGD5.

◆ OnEntityDestroyedOneTimeClient()

override void DestructionEffectGasCanister::OnEntityDestroyedOneTimeClient ( EntityAI entity,
int oldLevel,
string zone )
inlineprivate

Definition at line 147 of file DestructionEffects.c.

148 {
149 }

◆ OnEntityDestroyedOneTimeServer()

override void DestructionEffectGasCanister::OnEntityDestroyedOneTimeServer ( EntityAI entity,
int oldLevel,
string zone )
inlineprivate

Definition at line 151 of file DestructionEffects.c.

152 {
153 }

◆ OnEntityDestroyedPersistentClient()

override void DestructionEffectGasCanister::OnEntityDestroyedPersistentClient ( EntityAI entity,
string zone )
inlineprivate

Definition at line 155 of file DestructionEffects.c.

156 {
157 }

◆ OnEntityDestroyedPersistentServer()

override void DestructionEffectGasCanister::OnEntityDestroyedPersistentServer ( EntityAI entity,
string zone )
inlineprivate

Definition at line 159 of file DestructionEffects.c.

160 {
161 }

◆ OnExplosionEffects()

override void DestructionEffectGasCanister::OnExplosionEffects ( Object source,
Object directHit,
int componentIndex,
string surface,
vector pos,
vector surfNormal,
float energyFactor,
float explosionFactor,
bool isWater,
string ammoType )
inlineprivate

Definition at line 163 of file DestructionEffects.c.

164 {
165 }

The documentation for this class was generated from the following file: