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

◆ CanObstruct()

override bool InventoryItem::CanObstruct ( )
inlineprivate

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

964 {
965 PlayerBase player = PlayerBase.Cast(g_Game.GetPlayer());
966 return !player || !IsPlayerInside(player, "");
967 }
DayZGame g_Game
Определения DayZGame.c:3868
bool IsPlayerInside(PlayerBase player, string selection)
Определения ItemBase.c:958

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