DayZ
1.24
Loading...
Searching...
No Matches
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
};
ActionBuryAshes
ActionBuryAshesCB ActionContinuousBaseCB ActionBuryAshes()
Definition
ActionBuryAshes.c:11
ActionSkinning
ActionSkinningCB ActionContinuousBaseCB ActionSkinning()
Definition
ActionSkinning.c:31
AddAction
void AddAction(typename actionName)
Definition
AdvancedCommunication.c:212
ActionBuildPart
Definition
ActionBuildPart.c:26
ActionCreateGreenhouseGardenPlot
Definition
ActionCreateGreenhouseGardenPlot.c:10
ActionDigGardenPlot
Definition
ActionDigGardenPlot.c:10
ActionDigWorms
Definition
ActionDigWorms.c:15
ActionDismantleGardenPlot
Definition
ActionDismantleGardenPlot.c:10
ActionDismantlePart
Definition
ActionDismantlePart.c:27
Iceaxe
Definition
Iceaxe.c:2
Iceaxe::SetActions
override void SetActions()
Definition
Iceaxe.c:3
Inventory_Base
Definition
BarbedBaseballBat.c:2
Param3
Definition
EntityAI.c:95
scripts
4_World
Entities
ItemBase
Gear
Tools
Iceaxe.c
Generated by
1.10.0