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

◆ PrintPMStats()

void PMTF::PrintPMStats ( notnull ParticleManager pm)
inlineprotected

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

26 {
27 Debug.ParticleLog(string.Format(
28 "Poolsize: %1 | Allocated: %2 | Virtual: %3 | Playing: %4", pm.GetPoolSize(), pm.GetAllocatedCount(), pm.GetVirtualCount(), pm.GetPlayingCount()),
29 this, "PrintPMStats", pm);
30 }
void Debug()
Определения UniversalTemperatureSource.c:349

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

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