Difference between revisions of "CInventory::MoveInventoryTo"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Removes all of the CBlobs in this inventory and puts them in the given other inventory. Returns true if all CBlobss were moved successfully, otherwise fals...") |
Shadlington (Talk | contribs) |
||
Line 2: | Line 2: | ||
Removes all of the [[CBlob]]s in this inventory and puts them in the given other inventory. | Removes all of the [[CBlob]]s in this inventory and puts them in the given other inventory. | ||
− | Returns true if all [[ | + | Returns true if all [[CBlob]]s were moved successfully, otherwise false. |
</onlyinclude> | </onlyinclude> | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> |
Latest revision as of 21:19, 19 August 2012
Removes all of the CBlobs in this inventory and puts them in the given other inventory.
Returns true if all CBlobs were moved successfully, otherwise false.
bool MoveInventoryTo(CInventory@ inventory)
Object method of: CInventory