Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
hatchet.c
Go to the documentation of this file.
1
class
Hatchet
extends
ToolBase
2
{
3
override
void
SetActions
()
4
{
5
super.SetActions();
6
7
AddAction
(
ActionMineTree
);
8
AddAction
(
ActionMineTreeBark
);
9
AddAction
(
ActionMineBush
);
10
AddAction
(
ActionRepairPart
);
11
AddAction
(
ActionDismantlePart
);
12
AddAction
(
ActionBuildPart
);
13
//AddAction(ActionDestroyPart);
14
//AddAction(ActionSawPlanks);
15
AddAction
(
ActionUnrestrainTarget
);
16
AddAction
(
ActionSkinning
);
17
AddAction
(
ActionCraftBolts
);
18
}
19
}
ActionUnrestrainTarget
Definition:
actionunrestraintarget.c:55
ActionDismantlePart
Definition:
actiondismantlepart.c:26
ActionMineTree
ActionMineTreeBark ActionMineTree
ActionBuildPart
Definition:
actionbuildpart.c:25
ActionMineTreeBark
Definition:
actionminetreebark.c:1
ActionSkinning
ActionSortAmmoPileCB ActionSkinning
AddAction
void AddAction(typename actionName)
Definition:
advancedcommunication.c:86
ToolBase
Definition:
boneknife.c:1
SetActions
void SetActions()
Definition:
advancedcommunication.c:79
ActionRepairPart
Definition:
actionrepairpart.c:39
ActionMineBush
Definition:
actionminebush.c:11
ActionCraftBolts
Definition:
actioncraftbolts.c:11
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
hatchet.c
Generated by
1.8.17