Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
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 int GetLiquidSourceType()
9 {
10 return LIQUID_FRESHWATER;
11 }
12
13 override void SetActions()
14 {
15 super.SetActions();
16
18
22 }
23}
ActionWashHandsWellCB ActionContinuousBaseCB ActionWashHandsWell()
void AddAction(typename actionName)
void RemoveAction(typename actionName)
#define LIQUID_FRESHWATER
EWaterSourceObjectType