DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ForceIntoHandsNow()
void ItemBase::ForceIntoHandsNow
(
PlayerBase
player
)
inline
private
См. определение в файле
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
}
ItemBase::m_ForceIntoHands
bool m_ForceIntoHands
Определения
CableReel.c:3
Перекрестные ссылки
m_ForceIntoHands
.
ItemBase
Создано системой
1.13.2