DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetExplosionDistance()

float GetExplosionDistance ( )
protected

См. определение в файле FireworksLauncher.c строка 306

307 {
308 return Math.RandomFloatInclusive(10,15);
309 }
Определения EnMath.c:7
static float RandomFloatInclusive(float min, float max)
Returns a random float number between and min [inclusive] and max [inclusive].
Определения EnMath.c:106

Перекрестные ссылки Math::RandomFloatInclusive().