Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
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}
override bool IsBuilding()
Definition fuelstation.c:3
override int GetLiquidSourceType()
Definition fuelstation.c:18
override float GetLiquidThroughputCoef()
Definition fuelstation.c:13
override bool IsFuelStation()
Definition fuelstation.c:8
const float LIQUID_THROUGHPUT_FUELSTATION
Definition constants.c:577
const int LIQUID_GASOLINE
Definition constants.c:548