DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
LocalTakeToDst()
bool
Entity::LocalTakeToDst
(
notnull
InventoryLocation
src
,
notnull
InventoryLocation
dst
)
inline
protected
См. определение в файле
EntityAI.c
строка
2015
2016
{
2017
return
GetInventory
().
TakeToDst
(
InventoryMode
.LOCAL, src, dst);
2018
}
InventoryMode
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения
Inventory.c:22
Entity::GetInventory
proto native GameInventory GetInventory()
GameInventory::TakeToDst
bool TakeToDst(InventoryMode mode, notnull InventoryLocation src, notnull InventoryLocation dst)
move src to dst
Определения
Inventory.c:1055
Перекрестные ссылки
GetInventory()
.
Entity
Создано системой
1.13.2