GetHasInventory(object)
Determine whether an object has an inventory.
int GetHasInventory( object oObject );
Parameters
oObject
Creature, store or placeable to investigate.
Description
Returns TRUE for creatures and stores, and checks to see if an item or placeable object is a container and FALSE for all other object types.
Version
1.22
See Also
categories: | Inventory Functions |
author: Tom Cassiotis
Send comments on this topic.