Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
CrashBase Class Reference

Private Member Functions

override void EEDelete (EntityAI parent)
override void EEOnCECreate ()
override string GetSoundSet ()
vector RandomizePosition (vector origin)
void SpawnRandomDeerLater ()
void SpawnRandomDeers ()
void Wreck_Mi8_Crashed ()
void Wreck_SantasSleigh ()
void Wreck_UH1Y ()

Private Attributes

int m_MaxDeersAmount = 4
int m_MaxDeersSpawnRange = 25
int m_MinDeersAmount = 2
int m_MinDeersSpawnRange = 5
XmasSleighLight m_SleighLight

Detailed Description

Definition at line 2 of file wreck_mi8.c.

Member Function Documentation

◆ EEDelete()

override void EEDelete ( EntityAI parent)
inlineprivate

Definition at line 36 of file wreck_santassleigh.c.

References g_Game, and m_SleighLight.

◆ EEOnCECreate()

override void EEOnCECreate ( )
inlineprivate

Definition at line 30 of file wreck_santassleigh.c.

References SpawnRandomDeerLater().

◆ GetSoundSet()

override string GetSoundSet ( )
inlineprivate

Definition at line 25 of file wreck_santassleigh.c.

Referenced by House::EEInit(), and House::RequestSoundEvent().

◆ RandomizePosition()

vector RandomizePosition ( vector origin)
inlineprivate

◆ SpawnRandomDeerLater()

void SpawnRandomDeerLater ( )
inlineprivate

Definition at line 47 of file wreck_santassleigh.c.

References CALL_CATEGORY_GAMEPLAY, g_Game, and SpawnRandomDeers().

Referenced by EEOnCECreate().

◆ SpawnRandomDeers()

void SpawnRandomDeers ( )
inlineprivate

◆ Wreck_Mi8_Crashed()

void Wreck_Mi8_Crashed ( )
inlineprivate

Definition at line 4 of file wreck_mi8.c.

References g_Game, ParticleManager(), ParticleList::SMOKING_HELI_WRECK, and Vector().

◆ Wreck_SantasSleigh()

void Wreck_SantasSleigh ( )
inlineprivate

◆ Wreck_UH1Y()

void Wreck_UH1Y ( )
inlineprivate

Definition at line 3 of file wreck_uh1y.c.

References g_Game, ParticleManager(), ParticleList::SMOKING_HELI_WRECK, and Vector().

Field Documentation

◆ m_MaxDeersAmount

int m_MaxDeersAmount = 4
private

Definition at line 6 of file wreck_santassleigh.c.

Referenced by SpawnRandomDeers().

◆ m_MaxDeersSpawnRange

int m_MaxDeersSpawnRange = 25
private

Definition at line 8 of file wreck_santassleigh.c.

Referenced by RandomizePosition().

◆ m_MinDeersAmount

int m_MinDeersAmount = 2
private

Definition at line 7 of file wreck_santassleigh.c.

Referenced by SpawnRandomDeers().

◆ m_MinDeersSpawnRange

int m_MinDeersSpawnRange = 5
private

Definition at line 9 of file wreck_santassleigh.c.

Referenced by RandomizePosition().

◆ m_SleighLight

XmasSleighLight m_SleighLight
private

Definition at line 4 of file wreck_santassleigh.c.

Referenced by EEDelete(), and Wreck_SantasSleigh().


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