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

Private Member Functions

override bool CanPlay ()
 

Detailed Description

Definition at line 1 of file MindStates.c.

Member Function Documentation

◆ CanPlay()

override bool InfectedSoundEventBase::CanPlay ( )
inlineprivate

Definition at line 3 of file MindStates.c.

4 {
5 if (!super.CanPlay())
6 return false;
7 return true;
8 }

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