Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
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
}
BuildingSuper
Definition
fuelstation.c:2
BuildingSuper::IsBuilding
override bool IsBuilding()
Definition
fuelstation.c:3
BuildingSuper::GetLiquidSourceType
override int GetLiquidSourceType()
Definition
fuelstation.c:18
BuildingSuper::GetLiquidThroughputCoef
override float GetLiquidThroughputCoef()
Definition
fuelstation.c:13
BuildingSuper::IsFuelStation
override bool IsFuelStation()
Definition
fuelstation.c:8
FuelStation
Definition
land_fuelstation_feed.c:2
LIQUID_THROUGHPUT_FUELSTATION
const float LIQUID_THROUGHPUT_FUELSTATION
Definition
constants.c:577
LIQUID_GASOLINE
const int LIQUID_GASOLINE
Definition
constants.c:548
Games
Dayz
scripts
4_world
entities
building
fuelstation.c
Generated by
1.17.0