Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
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:1
LIQUID_THROUGHPUT_FUELSTATION
const float LIQUID_THROUGHPUT_FUELSTATION
Definition:
constants.c:529
GetLiquidThroughputCoef
override float GetLiquidThroughputCoef()
Definition:
carscript.c:486
FuelStation
Definition:
land_fuelstation_feed.c:1
IsBuilding
protected bool IsBuilding(ActionTarget target)
Definition:
actionbase.c:918
DAYZ
scripts_v1.24.157551
scripts
world
entities
building
fuelstation.c
Generated by
1.8.17