DayZ
1.24
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:697
MaskBase
Definition
AirborneMask.c:2
MaskBase::GetVoiceEffect
override int GetVoiceEffect()
Definition
GP5GasMask.c:8
MaskBase::IsObstructingVoice
override bool IsObstructingVoice()
Definition
GP5GasMask.c:3
Param3
Definition
EntityAI.c:95
scripts
4_World
Entities
ItemBase
Clothing
GP5GasMask.c
Generated by
1.10.0