DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
Loading...
Searching...
No Matches
FarmingHoe.c
Go to the documentation of this file.
2{
3 override bool CanMakeGardenplot()
4 {
5 return true;
6 }
7
8 override void SetActions()
9 {
10 super.SetActions();
11
25 }
26};
ActionBuryAshesCB ActionContinuousBaseCB ActionBuryAshes()
ActionDigOutStashCB ActionContinuousBaseCB ActionDigOutStash()
void AddAction(typename actionName)
override bool CanMakeGardenplot()
Definition FarmingHoe.c:3
override void SetActions()
Definition FarmingHoe.c:8