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

◆ GetType()

string IEntity::GetType ( )
inlineprivate

Get config class of object.

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

471 {
472 string ret;
473 GetGame().ObjectGetType(this, ret);
474
475 return ret;
476 }
proto void ObjectGetType(Object obj, out string type)
proto native CGame GetGame()

Перекрестные ссылки GetGame() и CGame::ObjectGetType().