DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
OnInventoryExit()
override void ItemOptics::OnInventoryExit
(
Man
player
)
inline
protected
См. определение в файле
ItemOptics.c
строка
290
291
{
292
super.OnInventoryExit(player);
293
294
PlayerBase playerPB;
295
if
(PlayerBase.CastTo(playerPB, player))
296
{
297
playerPB.SetReturnToOptics(
false
);
298
}
299
300
SetTakeable
(
true
);
301
}
SetTakeable
override void SetTakeable(bool pState)
Определения
ItemBase.c:9284
Перекрестные ссылки
SetTakeable()
.
ItemOptics
Создано системой
1.13.2