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...") |
Shadlington (Talk | contribs) |
||
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 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