DayZ 1.24
Loading...
Searching...
No Matches
FuelStation.c
Go to the documentation of this file.
1class FuelStation extends BuildingSuper
2{
3 override bool IsBuilding()
4 {
5 return false;
6 }
7
8 override bool IsFuelStation()
9 {
10 return true;
11 }
12
13 override float GetLiquidThroughputCoef()
14 {
16 }
17}
override float GetLiquidThroughputCoef()
Definition FuelStation.c:13
override bool IsFuelStation()
Definition FuelStation.c:8
override bool IsBuilding()
Definition FuelStation.c:3
const float LIQUID_THROUGHPUT_FUELSTATION
Definition constants.c:528