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

◆ GetDebugName()

static string Debug::GetDebugName ( Managed entity)
inlinestaticprivate

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

30 {
31 if (!entity)
32 return "";
33
34 Object obj;
35 if (CastTo(obj, entity))
36 return obj.GetDebugNameNative();
37
38 return entity.GetDebugName();
39 }
class LOD Object