Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
gp5gasmask.c
Go to the documentation of this file.
1
class
GP5GasMask
extends
MaskBase
2
{
3
override
bool
IsObstructingVoice
()
4
{
5
return
true
;
6
}
7
8
override
int
GetVoiceEffect
()
9
{
10
return
VoiceEffectObstruction;
11
}
12
}
13
14
class
GP5GasMask_Filter :
ItemBase
{};
ItemBase
Definition
inventoryitem.c:742
MaskBase
Definition
airbornemask.c:2
MaskBase::IsObstructingVoice
override bool IsObstructingVoice()
Definition
gp5gasmask.c:3
MaskBase::GetVoiceEffect
override int GetVoiceEffect()
Definition
gp5gasmask.c:8
Games
Dayz
scripts
4_world
entities
itembase
clothing
gp5gasmask.c
Generated by
1.17.0