Difference between revisions of "CInventory::putInItem"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Puts the given CBlob in this inventory. Returns true if this was successful, otherwise it returns false. </onlyinclude> <syntaxhighlight lang="cpp"> bool putIn...")
(No difference)

Revision as of 20:31, 19 August 2012

Puts the given CBlob in this inventory. Returns true if this was successful, otherwise it returns false.


bool putInItem(CBlob@ blob)

Object method of: CInventory