Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
epoxyputty.c
Go to the documentation of this file.
2 {
3  override void SetActions()
4  {
5  super.SetActions();
6  AddAction(ActionRepairCarPart); //Heals ONLY global health for now
8  }
9 };
EpoxyPutty
Definition: epoxyputty.c:1
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
ActionRepairCarPart
void ActionRepairCarPart()
Definition: actionrepaircarpart.c:25
Inventory_Base
Definition: barbedbaseballbat.c:1
ActionRepairCarChassis
Definition: actionrepaircarchassis.c:19