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

◆ GetParticleFullPath()

static string ParticleList::GetParticleFullPath ( int particle_id)
inlinestaticprivate

Returns particle's full path (with .ptc suffix) based on its ID.

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

486 {
487 return string.Format("%1.ptc", GetParticlePath(particle_id));
488 }
int particle_id
Определения SmokeSimulation.c:28
static string GetParticlePath(int particle_id)
Returns particle's full path (without .ptc suffix) based on its ID.
Определения ParticleList.c:476

Перекрестные ссылки string::Format(), GetParticlePath() и particle_id.

Используется в CreateParticleById(), Particle::CreateParticleEffect(), CreateParticleEx(), ParticleSource::CreateParticleEx(), CreateParticlesById(), CreateParticlesByIdArr(), PlayParticleById(), PlayParticlesById(), ParticleSource::SetParticleByID() и TestOwnership().