Difference between revisions of "CInventory::RemoveItems"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Removes the a given quantity of CBlobs from this inventory by name. Returns true if there were as many matching items removed as requested, otherwise false. </o...") |
Shadlington (Talk | contribs) |
||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
− | Removes | + | Removes all items from this inventory. |
</onlyinclude> | </onlyinclude> | ||
− | |||
− | |||
− | |||
− | |||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
− | + | void RemoveAll() | |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 17:40, 22 September 2012
Removes all items from this inventory.
void RemoveAll()
Object method of: CInventory