Dayz Explorer
1.28.160049
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
(
ActionTogglePlaceObjectDigging
);
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
28
override
void
SetActionAnimOverrides()
29
{
30
OverrideActionAnimation(
ActionDigWorms
,
DayZPlayerConstants
.CMD_ACTIONFB_DIGGIN_WORMS,
DayZPlayerConstants
.STANCEMASK_ERECT);
31
}
32
33
override
int
GetOnDigWormsAmount()
34
{
35
return
3;
36
}
37
}
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:220
SetActions
void SetActions()
Definition
advancedcommunication.c:213
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:18
ActionDismantleGardenPlot
Definition
actiondismantlegardenplot.c:10
ActionDismantlePart
Definition
actiondismantlepart.c:27
ActionMineRock
Definition
actionminerock.c:12
ActionTogglePlaceObjectDigging
Definition
actiontoggleplaceobjectdigging.c:3
ActionUnrestrainTarget
Definition
actionunrestraintarget.c:56
ItemBase
Definition
inventoryitem.c:731
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition
dayzplayer.c:602
Daten
4_world
entities
itembase
pickaxe.c
Generated by
1.12.0