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

◆ Init()

void Init ( vector pos)
protected

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

294 {
295 m_ShotPos = pos;
296 m_ShotDir[0] = Math.RandomFloatInclusive(-1,1);
297 m_ShotDir[1] = Math.RandomFloatInclusive(-1,1);
298 m_ShotDir[2] = Math.RandomFloatInclusive(-1,1);
299 m_ShotDir.Normalize();
300 }
FireworksLauncherClientEvent m_ShotPos
Определения 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

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