DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
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
8 override void SetActions()
9 {
10 super.SetActions();
11
24 }
25}
ActionBuryAshesCB ActionContinuousBaseCB ActionBuryAshes()
void AddAction(typename actionName)
override bool CanMakeGardenplot()
Definition FieldShovel.c:3
override void SetActions()
Definition FieldShovel.c:8