Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
fieldshovel.c
Go to the documentation of this file.
1class FieldShovel extends ItemBase
2{
3 override bool CanMakeGardenplot()
4 {
5 return true;
6 }
7
26
27 override int GetOnDigWormsAmount()
28 {
29 return 3;
30 }
31}
ActionBuryAshesCB ActionContinuousBaseCB ActionBuryAshes()
ActionDigOutStashCB ActionContinuousBaseCB ActionDigOutStash()
void AddAction(typename actionName)
override bool CanMakeGardenplot()
Definition fieldshovel.c:3
override void SetActions()
Definition fieldshovel.c:8
override int GetOnDigWormsAmount()
Definition fieldshovel.c:27