Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
woodenplank.c
Go to the documentation of this file.
1 class WoodenPlank extends ItemBase
2 {
3  override void SetActions()
4  {
5  super.SetActions();
6 
11  }
12 }
ItemBase
Definition: inventoryitem.c:730
ActionAttachToConstruction
Definition: actionattachtoconstruction.c:1
ActionAttachOnSelection
Definition: actionattachonselection.c:1
ActionClapBearTrapWithThisItem
Definition: actionclapbeartrapwiththisitem.c:1
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
SetActions
void SetActions()
Definition: advancedcommunication.c:79
ActionRepairCarChassis
Definition: actionrepaircarchassis.c:19