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

◆ LocalDropEntity()

override bool EntityAI::LocalDropEntity ( notnull EntityAI item)
inlineprotected

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

141 {
142 return DropEntityImpl(InventoryMode.LOCAL, this, item);
143 }
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().

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