Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
iceaxe.c
Go to the documentation of this file.
1
class
Iceaxe
:
Inventory_Base
2
{
3
override
void
SetActions()
4
{
5
super.SetActions();
6
7
AddAction
(
ActionBuryAshes
);
8
AddAction
(
ActionDigGardenPlot
);
9
AddAction
(
ActionDismantleGardenPlot
);
10
//AddAction(ActionMineRock1H);
11
AddAction
(
ActionDigWorms
);
12
AddAction
(
ActionDismantlePart
);
13
AddAction
(
ActionBuildPart
);
14
AddAction
(
ActionSkinning
);
15
AddAction
(
ActionCreateGreenhouseGardenPlot
);
16
}
17
};
ActionDismantlePart
Definition:
actiondismantlepart.c:26
ActionCreateGreenhouseGardenPlot
Definition:
actioncreategreenhousegardenplot.c:9
ActionBuildPart
Definition:
actionbuildpart.c:25
ActionSkinning
ActionSortAmmoPileCB ActionSkinning
ActionDigWorms
Definition:
actiondigworms.c:14
ActionDigGardenPlot
Definition:
actiondiggardenplot.c:9
Iceaxe
Definition:
iceaxe.c:1
AddAction
void AddAction(typename actionName)
Definition:
advancedcommunication.c:86
ActionDismantleGardenPlot
Definition:
actiondismantlegardenplot.c:9
Inventory_Base
Definition:
barbedbaseballbat.c:1
ActionBuryAshes
ActionBuryBodyCB ActionBuryAshes
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
gear
tools
iceaxe.c
Generated by
1.8.17