Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
fuelstation.c
Go to the documentation of this file.
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
18 override int GetLiquidSourceType()
19 {
20 return LIQUID_GASOLINE;
21 }
22}
#define LIQUID_GASOLINE
const float LIQUID_THROUGHPUT_FUELSTATION
Definition constants.c:574