Dayz Explorer 1.28.160049
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
27 override void SetActionAnimOverrides()
28 {
29 OverrideActionAnimation(ActionDigWorms, DayZPlayerConstants.CMD_ACTIONFB_DIGGIN_WORMS, DayZPlayerConstants.STANCEMASK_ERECT);
30 }
31
32 override int GetOnDigWormsAmount()
33 {
34 return 3;
35 }
36};
ActionBuryAshesCB ActionContinuousBaseCB ActionBuryAshes()
ActionDigOutStashCB ActionContinuousBaseCB ActionDigOutStash()
void AddAction(typename actionName)
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:602