Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
airbornemask.c
Go to the documentation of this file.
1class AirborneMask extends MaskBase
2{
3 override bool IsObstructingVoice()
4 {
5 return true;
6 }
7
8 override int GetVoiceEffect()
9 {
10 return VoiceEffectObstruction;
11 }
12}
override bool IsObstructingVoice()
Definition airbornemask.c:3
override int GetVoiceEffect()
Definition airbornemask.c:8