Difference between revisions of "CInventory::canPutItem"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Returns a a bool indicating whether or not it is possible to put the given CBlob in this inventory. </onlyinclude> <syntaxhighlight lang="cpp"> bool canPutItem...") |
Shadlington (Talk | contribs) |
||
Line 2: | Line 2: | ||
Returns a a bool indicating whether or not it is possible to put the given [[CBlob]] in this inventory. | Returns a a bool indicating whether or not it is possible to put the given [[CBlob]] in this inventory. | ||
</onlyinclude> | </onlyinclude> | ||
− | |||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
bool canPutItem(CBlob@ blob) | bool canPutItem(CBlob@ blob) |
Latest revision as of 19:39, 19 August 2012
Returns a a bool indicating whether or not it is possible to put the given CBlob in this inventory.
bool canPutItem(CBlob@ blob)
Object method of: CInventory