Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
survivorbase.c
Go to the documentation of this file.
1 class SurvivorBase extends PlayerBaseClient
2 {
3  override int GetHideIconMask()
4  {
5  return EInventoryIconVisibility.HIDE_VICINITY;
6  }
7 }
GetHideIconMask
override int GetHideIconMask()
Definition: basebuildingbase.c:87
PlayerBaseClient
Definition: survivorbase.c:1