PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
DestructionEffects.c File Reference

Data Structures

class  DestructionEffectGasCanister
 
class  DestructionEffectSpookyGoat
 

Functions

DestructionEffectGasCanister DestructionEffectBase Init ()
 Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
 
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)
 

Function Documentation

◆ Init()

Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)

◆ OnEntityDestroyedOneTimeClient()

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

◆ OnEntityDestroyedOneTimeServer()

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

◆ OnEntityDestroyedPersistentClient()

override void OnEntityDestroyedPersistentClient ( EntityAI  entity,
string  zone 
)

◆ OnEntityDestroyedPersistentServer()

override void OnEntityDestroyedPersistentServer ( EntityAI  entity,
string  zone 
)

◆ OnExplosionEffects()

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