DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetDebugName()
static
string
Debug::GetDebugName
(
Managed
entity
)
inline
static
private
См. определение в файле
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
}
Object
class LOD Object
Debug
Создано системой
1.13.2