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

◆ Init()

void Init ( vector pos)
protected

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

73 {
74 m_ShotPos = pos;
75 m_ShotDir[0] = Math.RandomFloatInclusive(-1,1);
76 m_ShotDir[1] = Math.RandomFloatInclusive(-1,1);
77 m_ShotDir[2] = Math.RandomFloatInclusive(-1,1);
78 m_ShotDir.Normalize();
79 }
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().