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

◆ GetPlayerClass()

string ManBase::GetPlayerClass ( )
inlineprotected

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

6472 {
6473 string type;
6474 GetGame().ObjectGetType(this, type);
6475 return type;
6476 }
proto void ObjectGetType(Object obj, out string type)
proto native CGame GetGame()

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