![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Enumerations | |
| enum | EInfectedSoundEventType { GENERAL } |
Functions | |
| void | InfectedSoundEventBase () |
| void | ~InfectedSoundEventBase () |
| void | Init (ZombieBase pInfected) |
| void | SoftStop () |
| override void | Stop () |
| void | PosUpdate () |
| override bool | Play () |
Variables | |
| enum EInfectedSoundEventType | m_Infected |
| Enumerator | |
|---|---|
| GENERAL | |
Definition at line 1 of file infectedsoundeventbase.c.
| void InfectedSoundEventBase | ( | ) |
Definition at line 10 of file infectedsoundeventbase.c.
| void Init | ( | ZombieBase | pInfected | ) |
Definition at line 20 of file infectedsoundeventbase.c.
| override bool Play | ( | ) |
Definition at line 53 of file infectedsoundeventbase.c.
| void PosUpdate | ( | ) |
Definition at line 45 of file infectedsoundeventbase.c.
| void SoftStop | ( | ) |
Definition at line 25 of file infectedsoundeventbase.c.
| override void Stop | ( | ) |
Definition at line 34 of file infectedsoundeventbase.c.
| void ~InfectedSoundEventBase | ( | ) |
Definition at line 15 of file infectedsoundeventbase.c.
| enum EInfectedSoundEventType m_Infected |