Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
fuelstation.c
Go to the documentation of this file.
1
class
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
{
15
return
LIQUID_THROUGHPUT_FUELSTATION
;
16
}
17
18
override
int
GetLiquidSourceType()
19
{
20
return
LIQUID_GASOLINE
;
21
}
22
}
LIQUID_GASOLINE
#define LIQUID_GASOLINE
Definition
basicdefines.hpp:20
BuildingSuper
Definition
fuelstation.c:2
FuelStation
Definition
land_fuelstation_feed.c:2
LIQUID_THROUGHPUT_FUELSTATION
const float LIQUID_THROUGHPUT_FUELSTATION
Definition
constants.c:574
Daten
4_world
entities
building
fuelstation.c
Generated by
1.12.0