DayZ
1.24
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
}
BuildingSuper
Definition
BuildingWithFireplace.c:2
BuildingSuper::GetLiquidThroughputCoef
override float GetLiquidThroughputCoef()
Definition
FuelStation.c:13
BuildingSuper::IsFuelStation
override bool IsFuelStation()
Definition
FuelStation.c:8
BuildingSuper::IsBuilding
override bool IsBuilding()
Definition
FuelStation.c:3
FuelStation
Definition
Land_FuelStation_Feed.c:2
LIQUID_THROUGHPUT_FUELSTATION
const float LIQUID_THROUGHPUT_FUELSTATION
Definition
constants.c:528
scripts
4_World
Entities
Building
FuelStation.c
Generated by
1.10.0