DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
FuelStation.c
См. документацию.
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::GetLiquidThroughputCoef
override float GetLiquidThroughputCoef()
Определения
FuelStation.c:13
BuildingSuper::IsFuelStation
override bool IsFuelStation()
Определения
FuelStation.c:8
BuildingSuper::IsBuilding
override bool IsBuilding()
Определения
FuelStation.c:3
BuildingSuper::GetLiquidSourceType
override int GetLiquidSourceType()
Определения
FuelStation.c:18
BuildingSuper
Определения
FuelStation.c:2
FuelStation
Определения
Land_FuelStation_Feed.c:2
LIQUID_THROUGHPUT_FUELSTATION
const float LIQUID_THROUGHPUT_FUELSTATION
Определения
constants.c:572
LIQUID_GASOLINE
const int LIQUID_GASOLINE
Определения
constants.c:543
Ishodniki
scripts
4_World
Entities
Building
FuelStation.c
Создано системой
1.13.2