DayZ 1.24
Loading...
Searching...
No Matches
ZombieBase Class Reference

Private Member Functions

override bool IsMale ()
 
override string CaptureSound ()
 
override string ReleaseSound ()
 
override string CaptureSound ()
 
override string ReleaseSound ()
 

Detailed Description

Definition at line 1 of file ZombieFemaleBase.c.

Member Function Documentation

◆ CaptureSound() [1/2]

override string ZombieBase::CaptureSound ( )
inlineprivate

Definition at line 8 of file ZombieFemaleBase.c.

9 {
10 return "ZmbF_Normal_HeavyHit_Soundset";
11 }

◆ CaptureSound() [2/2]

override string ZombieBase::CaptureSound ( )
inlineprivate

Definition at line 3 of file ZombieMaleBase.c.

4 {
5 return "ZmbM_Normal_HeavyHit_Soundset";
6 }

◆ IsMale()

override bool ZombieBase::IsMale ( )
inlineprivate

Definition at line 3 of file ZombieFemaleBase.c.

4 {
5 return false;
6 }

◆ ReleaseSound() [1/2]

override string ZombieBase::ReleaseSound ( )
inlineprivate

Definition at line 13 of file ZombieFemaleBase.c.

14 {
15 return "ZmbF_Normal_CallToArmsShort_Soundset";
16 }

◆ ReleaseSound() [2/2]

override string ZombieBase::ReleaseSound ( )
inlineprivate

Definition at line 8 of file ZombieMaleBase.c.

9 {
10 return "ZmbM_Normal_CallToArmsShort_Soundset";
11 }

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