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

◆ GetParticlesEx()

array< ParticleSource > GetParticlesEx ( int startIndex,
int count )

Manually get a portion of the particles in the pool.

Аргументы
startIndexint Starting index
countint Amount of particles to get
Возвращает
array<ParticleSource> The resulting particles

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

403 {
405 GetParticles(outArr, startIndex, count);
406 return outArr;
407 }
proto native int GetParticles(out array< ParticleSource > outArray, int startIndex, int count)
Manually get a portion of the particles in the pool.
Result for an object found in CGame.IsBoxCollidingGeometryProxy.

Перекрестные ссылки GetParticles().