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...")
 
 
Line 3: Line 3:
 
Returns true if this was successful, otherwise it returns false.
 
Returns true if this was successful, otherwise it returns false.
 
</onlyinclude>
 
</onlyinclude>
 
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
 
bool putInItem(CBlob@ blob)
 
bool putInItem(CBlob@ blob)

Latest 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