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

◆ ServerDropEntity()

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

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

138 {
139 return DropEntityImpl(InventoryMode.SERVER, this, item);
140 }
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().

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