DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ServerTakeToDst()
bool
Entity::ServerTakeToDst
(
notnull
InventoryLocation
src
,
notnull
InventoryLocation
dst
)
inline
protected
См. определение в файле
3_Game/Entities/EntityAI.c
строка
2019
2020
{
2021
return
GetInventory
().
TakeToDst
(
InventoryMode
.SERVER, src, dst);
2022
}
InventoryMode
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения
3_Game/Systems/Inventory/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
Определения
3_Game/Systems/Inventory/Inventory.c:1055
Перекрестные ссылки
GetInventory()
.
Entity
Создано системой
1.13.2