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

◆ LocalForceSwapEntities()

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

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

566 {
567 return ForceSwapEntitiesImpl(InventoryMode.LOCAL, item1, item2, item2_dst);
568 }
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().