Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
sledgehammer.c
Go to the documentation of this file.
1class SledgeHammer extends Inventory_Base
2{
3 override void SetActions()
4 {
5 super.SetActions();
6
7 AddAction(ActionClapBearTrapWithThisItem);
8 AddAction(ActionMineRock);
9 AddAction(ActionDismantlePart);
11 }
12}
void ActionBuildPart()
void AddAction(typename actionName)
override void SetActions()
Definition hescobox.c:240