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

◆ IsKindOf()

bool IEntity::IsKindOf ( string type)
inlineprivate

Check config class name of the object.

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

515 {
516 return GetGame().ObjectIsKindOf(this, type);
517 }
bool ObjectIsKindOf(Object object, string cfg_parent_name)
Returns is object inherited from parent class name.
Определения Game.c:1391
proto native CGame GetGame()

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