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