Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
handsaw.c
Go to the documentation of this file.
1
class
HandSaw
:
Inventory_Base
2
{
3
override
void
SetActions
()
4
{
5
super.SetActions();
6
7
AddAction
(
ActionUnrestrainTarget
);
8
AddAction
(
ActionMineBush
);
9
AddAction
(
ActionSawPlanks
);
10
AddAction
(
ActionDismantlePart
);
11
AddAction
(
ActionSkinning
);
12
AddAction
(
ActionMineTreeBark
);
13
}
14
};
ActionSkinning
ActionSkinningCB ActionContinuousBaseCB ActionSkinning()
Definition
actionskinning.c:31
AddAction
void AddAction(typename actionName)
Definition
advancedcommunication.c:220
ActionDismantlePart
Definition
actiondismantlepart.c:27
ActionMineBush
Definition
actionminebush.c:12
ActionMineTreeBark
Definition
actionminetreebark.c:2
ActionSawPlanks
Definition
actionsawplanks.c:41
ActionUnrestrainTarget
Definition
actionunrestraintarget.c:56
HandSaw
Definition
handsaw.c:2
HandSaw::SetActions
override void SetActions()
Definition
handsaw.c:3
Inventory_Base
Definition
barbedbaseballbat.c:2
Games
Dayz
scripts
4_world
entities
itembase
gear
tools
handsaw.c
Generated by
1.17.0