Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
survivorbase.c
Go to the documentation of this file.
5
6class SurvivorBase : PlayerBaseClient
7{
9 {
10 CacheSkinningBloodInfectionChance(eAgents.SALMONELLA);
11 }
12
13 override int GetHideIconMask()
14 {
15 return EInventoryIconVisibility.HIDE_VICINITY;
16 }
17}
void SurvivorBase()
Definition survivorbase.c:8
override int GetHideIconMask()
eAgents
Definition eagents.c:3