Difference between revisions of "CInventory"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) |
Shadlington (Talk | contribs) |
||
Line 12: | Line 12: | ||
| [[Component::getBlob|getBlob]] | | [[Component::getBlob|getBlob]] | ||
| {{:Component::getBlob|getBlob}} | | {{:Component::getBlob|getBlob}} | ||
+ | |- | ||
+ | | [[CInventory::getItemsCount|getItemsCount]] | ||
+ | | {{:CInventory::getItemsCount|getItemsCount}} | ||
|- | |- | ||
|} | |} |
Revision as of 18:42, 19 August 2012
Represents an inventory - a container for
Methods:
Method | Description |
---|---|
getBlob |
Returns a reference to the CBlob that owns this object. It is a method common to several object types that are considered 'components'. |
getItemsCount |
Returns the number of CBlob stacks in this inventory as an int. |
Properties: