DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
OnInventoryExit()
override void ItemOptics::OnInventoryExit
(
Man
player
)
inline
private
См. определение в файле
ItemOptics.c
строка
243
244
{
245
super.OnInventoryExit(player);
246
247
PlayerBase playerPB;
248
if
(PlayerBase.CastTo(playerPB, player))
249
{
250
playerPB.SetReturnToOptics(
false
);
251
}
252
253
SetTakeable
(
true
);
254
}
SetTakeable
override void SetTakeable(bool pState)
Определения
ItemBase.c:9042
Перекрестные ссылки
SetTakeable()
.
ItemOptics
Создано системой
1.13.2