Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
infectedsoundeventbase.c File Reference

Go to the source code of this file.

Enumerations

enum  EInfectedSoundEventType { GENERAL }

Functions

void ~InfectedSoundEventBase ()
void InfectedSoundEventBase ()
void Init (ZombieBase pInfected)
override bool Play ()
void PosUpdate ()
void SoftStop ()
override void Stop ()
 Stops all elements this effect consists of.

Variables

enum EInfectedSoundEventType m_Infected

Enumeration Type Documentation

◆ EInfectedSoundEventType

Enumerator
GENERAL 

Definition at line 1 of file infectedsoundeventbase.c.

Function Documentation

◆ ~InfectedSoundEventBase()

Definition at line 15 of file infectedsoundeventbase.c.

References m_SoundSetCallback.

◆ InfectedSoundEventBase()

void InfectedSoundEventBase ( )

Definition at line 10 of file infectedsoundeventbase.c.

References m_Type.

◆ Init()

void Init ( ZombieBase pInfected)

Definition at line 20 of file infectedsoundeventbase.c.

References m_Infected.

◆ PosUpdate()

void PosUpdate ( )

Definition at line 45 of file infectedsoundeventbase.c.

References m_Infected, and m_SoundSetCallback.

◆ SoftStop()

void SoftStop ( )

Definition at line 25 of file infectedsoundeventbase.c.

References m_SoundSetCallback.

Variable Documentation

◆ m_Infected