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

◆ RegisterParticle() [1/2]

static int ParticleList::RegisterParticle ( string file_name)
inlinestaticprivate

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

381 {
382 return RegisterParticle(GetPathToParticles(), file_name);
383 }
static string GetPathToParticles()
Returns base path to all particles.
Определения ParticleList.c:515
static int RegisterParticle(string file_name)
Определения ParticleList.c:380

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

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