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

◆ PrintActiveStats()

void PMTF::PrintActiveStats ( )
inlineprotected

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

33 {
34 Debug.ParticleLog(string.Format(
35 "Active ParticleManagers: %1 | Active ParticleSources: %2", ParticleManager.GetStaticActiveCount(), ParticleSource.GetStaticActiveCount()),
36 this, "PrintActiveStats");
37 }
void ParticleManager(ParticleManagerSettings settings)
Constructor (ctor)
Определения ParticleManager.c:88
void Debug()
Определения UniversalTemperatureSource.c:349

Перекрестные ссылки ParticleSource::GetStaticActiveCount(), Debug::ParticleLog() и ParticleManager().

Используется в TestCleanup().