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

◆ JunctureDropEntity()

bool EntityAI::JunctureDropEntity ( notnull EntityAI item)
inlineprotected

drop juncture

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

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

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

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