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

◆ JunctureDropEntity()

bool EntityAI::JunctureDropEntity ( notnull EntityAI item)
inlineprotected

drop juncture

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

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

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

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