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

◆ SetParticleByID()

bool ParticleSource::SetParticleByID ( int id)
inlineprivate

Assigns a particle to the ParticleSource.

Аргументы
idint ID of particle registered in ParticleList
Возвращает
bool Whether the creating and assigning of particle was successful

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

455 {
456 return SetParticle(ParticleList.GetParticleFullPath(id));
457 }
bool SetParticle(string path)
Assigns a particle to the ParticleSource.
Определения ParticleSource.c:444

Перекрестные ссылки ParticleList::GetParticleFullPath() и SetParticle().

Используется в PlayParticleEx() и SetSource().