DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Well.c
См. документацию.
1class Well extends BuildingSuper
2{
3 override bool IsBuilding()
4 {
5 return false;
6 }
7
8 override bool IsWell()
9 {
11 }
12
17
18 override float GetLiquidThroughputCoef()
19 {
21 }
22
23 override int GetLiquidSourceType()
24 {
25 return LIQUID_CLEANWATER;
26 }
27
28 override void SetActions()
29 {
30 super.SetActions();
31
34 }
35}
ActionDrinkWellContinuousCB ActionContinuousBaseCB ActionDrinkWellContinuous()
Определения ActionDrinkWellContinuous.c:11
ActionWashHandsWellCB ActionContinuousBaseCB ActionWashHandsWell()
Определения ActionWashHandsWell.c:11
void AddAction(typename actionName)
Определения AdvancedCommunication.c:220
EWaterSourceObjectType
Определения EWaterSourceObjectType.c:2
override void SetActions()
Определения Well.c:28
override float GetLiquidThroughputCoef()
Определения Well.c:18
override bool IsBuilding()
Определения Well.c:3
override EWaterSourceObjectType GetWaterSourceObjectType()
Определения Well.c:13
override int GetLiquidSourceType()
Определения Well.c:23
override bool IsWell()
Определения Well.c:8
Определения FuelStation.c:2
Определения Land_Misc_Well_Pump_Blue.c:2
const float LIQUID_THROUGHPUT_WELL
Определения constants.c:573
const int LIQUID_CLEANWATER
Определения constants.c:552