|
private |
sets current inventory location type to Cargo with coordinates (idx, row, col)
[in] | parent | parent entity that will receive item <e> into cargo |
[in] | e | entity with this inventory location (null for new spawns) |
[in] | idx | index of cargo |
[in] | row | row of the cargo |
[in] | col | column of the cargo |
Используется в InventoryItem::OnRightClick(), ReplaceWithNewReciveCargoLambda::OnSuccess(), ReadFromContext(), GameInventory::TakeEntityToCargoEx() и HumanInventory::TakeEntityToCargoEx().