Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
survivorbase.c
Go to the documentation of this file.
1class SurvivorBase extends PlayerBaseClient
2{
3 void SurvivorBase()
4 {
5 CacheSkinningBloodInfectionChance(eAgents.SALMONELLA);
6 }
7
8 override int GetHideIconMask()
9 {
10 return EInventoryIconVisibility.HIDE_VICINITY;
11 }
12}
eAgents
Definition eagents.c:3
override int GetHideIconMask()