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

◆ JunctureSwapEntities()

bool EntityAI::JunctureSwapEntities ( notnull EntityAI item1,
notnull EntityAI item2 )
inlineprotected

swap juncture

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

497 {
498 return SwapEntitiesImpl(InventoryMode.JUNCTURE, item1, item2);
499 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool SwapEntitiesImpl(InventoryMode mode, notnull EntityAI item1, notnull EntityAI item2)
Определения Man.c:527

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