Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
airbornemask.c
Go to the documentation of this file.
1 class AirborneMask extends MaskBase
2 {
3  override bool IsObstructingVoice()
4  {
5  return true;
6  }
7 
8  override int GetVoiceEffect()
9  {
10  return VoiceEffectObstruction;
11  }
12 }
MaskBase
Definition: airbornemask.c:1