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

◆ CanObstruct()

override bool InventoryItem::CanObstruct ( )
inlineprivate

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

974 {
975 PlayerBase player = PlayerBase.Cast(g_Game.GetPlayer());
976 return !player || !IsPlayerInside(player, "");
977 }
DayZGame g_Game
Определения DayZGame.c:3942
bool IsPlayerInside(PlayerBase player, string selection)
Определения ItemBase.c:968

Перекрестные ссылки g_Game и ItemBase::IsPlayerInside().