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

◆ RegisterParticle() [1/2]

static int ParticleList::RegisterParticle ( string file_name)
inlinestaticprivate

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

375 {
376 return RegisterParticle(GetPathToParticles(), file_name);
377 }
static string GetPathToParticles()
Returns base path to all particles.
Определения ParticleList.c:509
static int RegisterParticle(string file_name)
Определения ParticleList.c:374

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

Используется в OnVariablesSynchronized(), RegisterParticle() и RegisterParticleByFullPath().