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

◆ RegisterParticle() [1/2]

static int ParticleList::RegisterParticle ( string file_name)
inlinestaticprivate

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

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

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

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