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

◆ ForceIntoHandsNow()

void ItemBase::ForceIntoHandsNow ( PlayerBase player)
inlineprivate

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

19 {
20 m_ForceIntoHands = true;
21 player.LocalTakeEntityToHands(this); // Local, because ForceIntoHandsNow is executed on both, Client and Server
22 m_ForceIntoHands = false;
23 }
bool m_ForceIntoHands
Определения CableReel.c:3

Перекрестные ссылки m_ForceIntoHands.