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

◆ JunctureTakeEntityToHands()

void EntityAI::JunctureTakeEntityToHands ( notnull EntityAI item)
inlineprotected

hand juncture

См. определение в файле 3_Game/Entities/Man.c строка 158

159 {
160 TakeEntityToHandsImpl(InventoryMode.JUNCTURE, item);
161 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
void TakeEntityToHandsImpl(InventoryMode mode, EntityAI item)
Определения 3_Game/Entities/Man.c:187

Перекрестные ссылки TakeEntityToHandsImpl().

Используется в PredictiveTakeEntityToHands().