Dayz Explorer
1.29.162510
Loading...
Searching...
No Matches
firefighteraxe.c
Go to the documentation of this file.
1
class
FirefighterAxe
extends
ToolBase
2
{
3
void
FirefighterAxe()
4
{
5
}
6
7
override
void
SetActions
()
8
{
9
super.SetActions();
10
AddAction
(
ActionMineTree
);
11
AddAction
(ActionMineTreeBark);
12
AddAction
(ActionMineBush);
13
//AddAction(ActionRepairPart);
14
AddAction
(ActionDismantlePart);
15
//AddAction(ActionBuildPart);
16
//AddAction(ActionSawPlanks);
17
AddAction
(ActionUnrestrainTarget);
18
AddAction
(
ActionSkinning
);
19
AddAction
(ActionCraftBolts);
20
}
21
}
ActionMineTree
ActionMineBase ActionContinuousBase ActionMineTree()
Definition
actionminetree.c:68
ActionSkinning
ActionSkinningCB ActionContinuousBaseCB ActionSkinning()
Definition
actionskinning.c:31
AddAction
void AddAction(typename actionName)
Definition
advancedcommunication.c:220
SetActions
void SetActions()
Definition
advancedcommunication.c:213
ToolBase
Definition
boneknife.c:2
Daten
4_world
entities
itembase
firefighteraxe.c
Generated by
1.16.1