DayZ 1.24
Loading...
Searching...
No Matches
Shovel.c
Go to the documentation of this file.
1class Shovel extends ItemBase
2{
3 override bool CanMakeGardenplot()
4 {
5 return true;
6 }
7
26}
ActionBuryAshesCB ActionContinuousBaseCB ActionBuryAshes()
ActionDigOutStashCB ActionContinuousBaseCB ActionDigOutStash()
void AddAction(typename actionName)
override void SetActions()
Definition Shovel.c:8
override bool CanMakeGardenplot()
Definition Shovel.c:3