Difference between revisions of "CInventory::putInItem"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (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 19: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