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

◆ JunctureTakeEntityToHands()

void EntityAI::JunctureTakeEntityToHands ( notnull EntityAI item)
inlineprotected

hand juncture

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

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

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

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