moves item to cargo of this intentory
- Аргументы
-
[in] | mode | inventory mode |
[in] | item | item to be put in this inventory as cargo |
См. определение в файле Inventory.c строка 1079
1080 {
1083 }
void inventoryDebugPrint(string s)
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
FindInventoryLocationType
flags for searching locations in inventory
bool TakeEntityToInventory(InventoryMode mode, FindInventoryLocationType flags, notnull EntityAI item)
Put item anywhere into this entity (as attachment or into cargo, recursively)
Перекрестные ссылки inventoryDebugPrint(), LogManager::IsInventoryMoveLogEnable() и TakeEntityToInventory().
Используется в EntityAI::TakeEntityToCargoImpl().