![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
\desc Constants for liquid transfer speeds More...
Variables | |
| const float | LIQUID_THROUGHPUT_BARREL = 100.0 |
| const float | LIQUID_THROUGHPUT_CAR_DEFAULT = 1.0 |
| const float | LIQUID_THROUGHPUT_DEFAULT = 1.0 |
| const float | LIQUID_THROUGHPUT_FUELSTATION = 20.0 |
| const float | LIQUID_THROUGHPUT_GASOLINECANISTER = 10.0 |
| const float | LIQUID_THROUGHPUT_GENERATOR = 10.0 |
| const float | LIQUID_THROUGHPUT_TINY = 0.1 |
| const float | LIQUID_THROUGHPUT_WELL = 15.0 |
\desc Constants for liquid transfer speeds
| const float LIQUID_THROUGHPUT_BARREL = 100.0 |
Definition at line 579 of file constants.c.
Referenced by Barrel_ColorBase::GetLiquidThroughputCoef().
| const float LIQUID_THROUGHPUT_CAR_DEFAULT = 1.0 |
Definition at line 575 of file constants.c.
Referenced by Car::GetLiquidThroughputCoef().
| const float LIQUID_THROUGHPUT_DEFAULT = 1.0 |
Definition at line 573 of file constants.c.
Referenced by Entity::GetLiquidThroughputCoef().
| const float LIQUID_THROUGHPUT_FUELSTATION = 20.0 |
Definition at line 577 of file constants.c.
Referenced by BuildingSuper::GetLiquidThroughputCoef().
| const float LIQUID_THROUGHPUT_GASOLINECANISTER = 10.0 |
Definition at line 574 of file constants.c.
Referenced by CanisterGasoline::GetLiquidThroughputCoef().
| const float LIQUID_THROUGHPUT_GENERATOR = 10.0 |
Definition at line 576 of file constants.c.
Referenced by ItemBase::GetLiquidThroughputCoef().
| const float LIQUID_THROUGHPUT_TINY = 0.1 |
Definition at line 572 of file constants.c.
| const float LIQUID_THROUGHPUT_WELL = 15.0 |
Definition at line 578 of file constants.c.
Referenced by BuildingSuper::GetLiquidThroughputCoef().