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

◆ GetExplosionDistance()

float GetExplosionDistance ( )
protected

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

86 {
87 return Math.RandomFloatInclusive(10,15);
88 }
Определения 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().