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

◆ GetDebugName() [2/2]

static string IEntity::GetDebugName ( Object o)
inlinestaticprivate

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

827 {
828 if (o)
829 return o.GetDebugName();
830 return "null";
831 }

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