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

◆ GetModelName()

string IEntity::GetModelName ( )
inlineprivate

Returns name of the model of this object without the '.p3d' suffix.

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

501 {
502 return GetGame().GetModelName(GetType());
503 }
string GetModelName(string class_name)
Get name of the p3d file of the given class name.
Определения Game.c:487
string GetType()
Get config class of object.
Определения Object.c:470
proto native CGame GetGame()

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