Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
binocularsbase.c
Go to the documentation of this file.
1 class BinocularsBase extends Weapon
2 {
6  override int GetSlotsCountCorrect()
7  {
8  return GetInventory().GetAttachmentSlotsCount();
9  };
10 }
Weapon
script counterpart to engine's class Weapon
Definition: inventoryitem.c:48