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

◆ ServerDropEntity()

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

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

146 {
147 return DropEntityImpl(InventoryMode.SERVER, this, item);
148 }
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().