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

◆ JunctureTakeEntityToHands()

void EntityAI::JunctureTakeEntityToHands ( notnull EntityAI item)
inlineprotected

hand juncture

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

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

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

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