DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
EEOnCECreate()
override void Car::EEOnCECreate
(
)
inline
protected
См. определение в файле
CarScript.c
строка
2824
2825
{
2826
2827
float
maxVolume = GetFluidCapacity(
CarFluid
.FUEL );
2828
float
amount = Math.RandomFloat(0.0, maxVolume * 0.35 );
2829
2830
Fill(
CarFluid
.FUEL, amount );
2831
}
CarFluid
CarFluid
Type of vehicle's fluid. (native, do not change or extend)
Определения
Car.c:19
Перекрестные ссылки
Math::RandomFloat()
.
Car
Создано системой
1.13.2