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