Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
hammer.c
Go to the documentation of this file.
1
class
Hammer
extends
Inventory_Base
2
{
3
override
void
SetActions
()
4
{
5
super.SetActions();
6
7
AddAction
(
ActionRepairPart
);
8
AddAction
(
ActionMineRock1H
);
9
AddAction
(
ActionBuildPart
);
10
}
11
}
ActionBuildPart
Definition:
actionbuildpart.c:25
AddAction
void AddAction(typename actionName)
Definition:
advancedcommunication.c:86
ActionMineRock1H
Definition:
actionminerock.c:65
SetActions
void SetActions()
Definition:
advancedcommunication.c:79
ActionRepairPart
Definition:
actionrepairpart.c:39
Inventory_Base
Definition:
barbedbaseballbat.c:1
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
hammer.c
Generated by
1.8.17