Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
land_misc_through_static.c
Go to the documentation of this file.
2 {
3  override EWaterSourceObjectType GetWaterSourceObjectType()
4  {
5  return EWaterSourceObjectType.THROUGH;
6  }
7 
8  override void SetActions()
9  {
10  super.SetActions();
11 
13 
17  }
18 }
BuildingSuper
Definition: buildingwithfireplace.c:1
EWaterSourceObjectType
EWaterSourceObjectType
Definition: ewatersourceobjecttype.c:1
ActionDrinkThroughContinuous
Definition: actiondrinkthroughcontinuous.c:1
RemoveAction
void RemoveAction(typename actionName)
Definition: advancedcommunication.c:118
ActionWashHandsWell
ActionWaterGardenSlotCB ActionWashHandsWell
ActionDrink
Definition: actiondrink.c:9
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
ActionFillBottleBase
Definition: actionfillbottlebase.c:22
Land_Misc_Through_Static
Definition: land_misc_through_static.c:1