DayZ
1.24
Loading...
Searching...
No Matches
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
}
ActionBuryAshes
ActionBuryAshesCB ActionContinuousBaseCB ActionBuryAshes()
Definition
ActionBuryAshes.c:11
ActionDigOutStash
ActionDigOutStashCB ActionContinuousBaseCB ActionDigOutStash()
Definition
ActionDigOutStash.c:11
ActionSkinning
ActionSkinningCB ActionContinuousBaseCB ActionSkinning()
Definition
ActionSkinning.c:31
AddAction
void AddAction(typename actionName)
Definition
AdvancedCommunication.c:212
ActionBuildPart
Definition
ActionBuildPart.c:26
ActionBuryBody
Definition
ActionBuryBody.c:10
ActionCreateGreenhouseGardenPlot
Definition
ActionCreateGreenhouseGardenPlot.c:10
ActionDigGardenPlot
Definition
ActionDigGardenPlot.c:10
ActionDigInStash
Definition
ActionDigInStash.c:10
ActionDigWorms
Definition
ActionDigWorms.c:15
ActionDismantleGardenPlot
Definition
ActionDismantleGardenPlot.c:10
ActionDismantlePart
Definition
ActionDismantlePart.c:27
ActionMineRock
Definition
ActionMineRock.c:12
ActionTogglePlaceObject
Definition
ActionTogglePlaceObject.c:2
ActionUnrestrainTarget
Definition
ActionUnrestrainTarget.c:52
ItemBase
Definition
InventoryItem.c:697
ItemBase::SetActions
override void SetActions()
Definition
PickAxe.c:8
ItemBase::CanMakeGardenplot
override bool CanMakeGardenplot()
Definition
PickAxe.c:3
Param3
Definition
EntityAI.c:95
scripts
4_World
Entities
ItemBase
PickAxe.c
Generated by
1.10.0