Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
pitchfork.c
Go to the documentation of this file.
1 class Pitchfork extends ItemBase
2 {
3  void Pitchfork()
4  {
5  }
6 
7  override void SetActions()
8  {
9  super.SetActions();
11  }
12 }
ItemBase
Definition: inventoryitem.c:730
ActionClapBearTrapWithThisItem
Definition: actionclapbeartrapwiththisitem.c:1
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
SetActions
void SetActions()
Definition: advancedcommunication.c:79