Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс DestructionEffectGasCanister
+ Граф наследования:DestructionEffectGasCanister:

Закрытые члены

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)
 

Подробное описание

Методы

◆ Init()

override void Init ( )
inlineprivate
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)
Definition DamageSystem.c:11
bool m_HasExplosionDamage
Definition DestructionEffectBase.c:23
string m_ReplaceWithEntity
Definition DestructionEffectBase.c:20
DamageType m_DamageType
Definition DestructionEffectBase.c:24
string m_SoundSetOneTime
Definition DestructionEffectBase.c:16
int m_ParticleOneTime
Definition DestructionEffectBase.c:10
string m_SoundSetPersistent
Definition DestructionEffectBase.c:17
string m_AmmoType
Definition DestructionEffectBase.c:25
int m_ReplaceDelay
Definition DestructionEffectBase.c:21
int m_ParticlePersistent
Definition DestructionEffectBase.c:11
bool m_EntityIsTakeable
Definition DestructionEffectBase.c:5
bool m_KeepHealthOnReplace
Definition DestructionEffectBase.c:19
Definition ParticleList.c:12
static const int NONE
Definition ParticleList.c:21
static const int RGD5
Definition ParticleList.c:130

Перекрестные ссылки 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 и ParticleList::RGD5.

◆ OnEntityDestroyedOneTimeClient()

override void OnEntityDestroyedOneTimeClient ( EntityAI entity,
int oldLevel,
string zone )
inlineprivate
148 {
149 }

◆ OnEntityDestroyedOneTimeServer()

override void OnEntityDestroyedOneTimeServer ( EntityAI entity,
int oldLevel,
string zone )
inlineprivate
152 {
153 }

◆ OnEntityDestroyedPersistentClient()

override void OnEntityDestroyedPersistentClient ( EntityAI entity,
string zone )
inlineprivate
156 {
157 }

◆ OnEntityDestroyedPersistentServer()

override void OnEntityDestroyedPersistentServer ( EntityAI entity,
string zone )
inlineprivate
160 {
161 }

◆ OnExplosionEffects()

override void OnExplosionEffects ( Object source,
Object directHit,
int componentIndex,
string surface,
vector pos,
vector surfNormal,
float energyFactor,
float explosionFactor,
bool isWater,
string ammoType )
inlineprivate
164 {
165 }

Объявления и описания членов класса находятся в файле: