Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
survivorbase.c
Go to the documentation of this file.
5
6class 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}
eAgents
Definition eagents.c:3
override int GetHideIconMask()