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

◆ GetPlayerClass()

string ManBase::GetPlayerClass ( )
inlineprotected

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

6464 {
6465 string type;
6466 GetGame().ObjectGetType(this, type);
6467 return type;
6468 }
proto void ObjectGetType(Object obj, out string type)
proto native CGame GetGame()

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