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

◆ ServerForceSwapEntities()

bool EntityAI::ServerForceSwapEntities ( notnull EntityAI item1,
notnull EntityAI item2,
notnull InventoryLocation item2_dst )
inlineprotected

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

571 {
572 return ForceSwapEntitiesImpl(InventoryMode.SERVER, item1, item2, item2_dst);
573 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool ForceSwapEntitiesImpl(InventoryMode mode, notnull EntityAI item1, notnull EntityAI item2, notnull InventoryLocation item2_dst)
Определения Man.c:575

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