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  {
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