Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
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
ActionCraftBolts
Definition
actioncraftbolts.c:12
ActionDismantlePart
Definition
actiondismantlepart.c:27
ActionMineBush
Definition
actionminebush.c:12
ActionMineTreeBark
Definition
actionminetreebark.c:2
ActionUnrestrainTarget
Definition
actionunrestraintarget.c:56
ToolBase
Definition
boneknife.c:2
ToolBase::FirefighterAxe
void FirefighterAxe()
Definition
firefighteraxe.c:3
ToolBase::SetActions
override void SetActions()
Definition
firefighteraxe.c:7
Games
Dayz
scripts
4_world
entities
itembase
firefighteraxe.c
Generated by
1.17.0