DayZ 1.24
Loading...
Searching...
No Matches
BinocularsBase.c
Go to the documentation of this file.
1class BinocularsBase extends Weapon
2{
6 override int GetSlotsCountCorrect()
7 {
8 return GetInventory().GetAttachmentSlotsCount();
9 };
10}
script counterpart to engine's class Weapon
override int GetSlotsCountCorrect()
Returns number of slots for attachments corrected for weapons.