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