DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
LocalForceSwapEntities()
bool
EntityAI::LocalForceSwapEntities
(
notnull
EntityAI
item1
,
notnull
EntityAI
item2
,
notnull
InventoryLocation
item2_dst
)
inline
protected
См. определение в файле
Man.c
строка
565
566
{
567
return
ForceSwapEntitiesImpl
(
InventoryMode
.LOCAL, item1, item2, item2_dst);
568
}
InventoryMode
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения
Inventory.c:22
EntityAI::ForceSwapEntitiesImpl
bool ForceSwapEntitiesImpl(InventoryMode mode, notnull EntityAI item1, notnull EntityAI item2, notnull InventoryLocation item2_dst)
Определения
Man.c:575
Перекрестные ссылки
ForceSwapEntitiesImpl()
.
EntityAI
Создано системой
1.13.2