Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
survivorbase.c
Go to the documentation of this file.
1
class
SurvivorBaseType
:
PlayerBaseType
2
{
3
4
};
5
6
class
SurvivorBase
: PlayerBaseClient
7
{
8
void
SurvivorBase
()
9
{
10
CacheSkinningBloodInfectionChance(
eAgents
.SALMONELLA);
11
}
12
13
override
int
GetHideIconMask
()
14
{
15
return
EInventoryIconVisibility.HIDE_VICINITY;
16
}
17
}
PlayerBaseType
Definition
playerbase.c:2
SurvivorBase::SurvivorBase
void SurvivorBase()
Definition
survivorbase.c:8
SurvivorBase::GetHideIconMask
override int GetHideIconMask()
Definition
survivorbase.c:13
SurvivorBaseType
Definition
survivorbase.c:2
eAgents
eAgents
Definition
eagents.c:3
Games
Dayz
scripts
4_world
entities
manbase
playerbase
survivorbase.c
Generated by
1.17.0