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

◆ GetDebugName()

static string Debug::GetDebugName ( Managed entity)
inlinestaticprivate

См. определение в файле 3_Game/DayZ/tools/Debug.c строка 31

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