Difference between revisions of "CInventory::MoveInventoryTo"

From King Arthur's Gold Wiki
Jump to: navigation, search
(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...")
(No difference)

Revision as of 22:19, 19 August 2012

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 false.

bool MoveInventoryTo(CInventory@ inventory)

Object method of: CInventory