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

◆ JunctureDropEntity()

bool EntityAI::JunctureDropEntity ( notnull EntityAI item)
inlineprotected

drop juncture

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

114 {
115 return DropEntityImpl(InventoryMode.JUNCTURE, this, item);
116 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool DropEntityImpl(InventoryMode mode, notnull EntityAI owner, notnull EntityAI item)
Определения Man.c:142

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

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