Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
farminghoe.c
Go to the documentation of this file.
1
class
FarmingHoe
:
ItemBase
2
{
3
override
bool
CanMakeGardenplot()
4
{
5
return
true
;
6
}
7
8
override
void
SetActions()
9
{
10
super.SetActions();
11
12
AddAction
(
ActionClapBearTrapWithThisItem
);
13
AddAction
(
ActionTogglePlaceObject
);
14
AddAction
(
ActionDigGardenPlot
);
15
AddAction
(
ActionDismantleGardenPlot
);
16
AddAction
(
ActionDismantlePart
);
17
AddAction
(
ActionBuildPart
);
18
AddAction
(
ActionBuryBody
);
19
AddAction
(
ActionBuryAshes
);
20
AddAction
(
ActionDigOutStash
);
21
AddAction
(
ActionDigInStash
);
22
AddAction
(
ActionFillObject
);
23
AddAction
(
ActionDigWorms
);
24
AddAction
(
ActionCreateGreenhouseGardenPlot
);
25
}
26
};
ItemBase
Definition:
inventoryitem.c:730
ActionDigOutStash
ActionDigWormsCB ActionDigOutStash
ActionDismantlePart
Definition:
actiondismantlepart.c:26
ActionCreateGreenhouseGardenPlot
Definition:
actioncreategreenhousegardenplot.c:9
ActionBuildPart
Definition:
actionbuildpart.c:25
FarmingHoe
Definition:
farminghoe.c:1
ActionDigWorms
Definition:
actiondigworms.c:14
ActionClapBearTrapWithThisItem
Definition:
actionclapbeartrapwiththisitem.c:1
ActionTogglePlaceObject
Definition:
actiontoggleplaceobject.c:1
ActionDigGardenPlot
Definition:
actiondiggardenplot.c:9
ActionFillObject
Definition:
actionfillobject.c:9
ActionDigInStash
Definition:
actiondiginstash.c:9
ActionBuryBody
Definition:
actionburybody.c:9
AddAction
void AddAction(typename actionName)
Definition:
advancedcommunication.c:86
ActionDismantleGardenPlot
Definition:
actiondismantlegardenplot.c:9
ActionBuryAshes
ActionBuryBodyCB ActionBuryAshes
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
gear
tools
farminghoe.c
Generated by
1.8.17