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

◆ ServerTakeEntityToTargetCargoEx()

override bool EntityAI::ServerTakeEntityToTargetCargoEx ( notnull CargoBase cargo,
notnull EntityAI item,
int row,
int col )
inlineprotected

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

686 {
687 return TakeEntityToTargetCargoExImpl(InventoryMode.SERVER, cargo, item, row, col);
688 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool TakeEntityToTargetCargoExImpl(InventoryMode mode, notnull CargoBase cargo, notnull EntityAI item, int row, int col)
Определения 3_Game/Entities/Man.c:690

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