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

◆ LocalTakeToDst()

bool Entity::LocalTakeToDst ( notnull InventoryLocation src,
notnull InventoryLocation dst )
inlineprotected

См. определение в файле 3_Game/Entities/EntityAI.c строка 2015

2016 {
2017 return GetInventory().TakeToDst(InventoryMode.LOCAL, src, dst);
2018 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
proto native GameInventory GetInventory()
bool TakeToDst(InventoryMode mode, notnull InventoryLocation src, notnull InventoryLocation dst)
move src to dst

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