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