DayZ 1.24
Loading...
Searching...
No Matches
GP5GasMask.c
Go to the documentation of this file.
1class GP5GasMask extends MaskBase
2{
3 override bool IsObstructingVoice()
4 {
5 return true;
6 }
7
8 override int GetVoiceEffect()
9 {
11 }
12}
13
override int GetVoiceEffect()
Definition GP5GasMask.c:8
override bool IsObstructingVoice()
Definition GP5GasMask.c:3