DayZ 1.28
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.
Определения Global/game.c:1446
proto native CGame GetGame()

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