Difference between revisions of "GetItemEquipSlot"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) |
BryanDerksen (Talk | contribs) (link INVENTORY SLOT) |
||
| Line 11: | Line 11: | ||
}} | }} | ||
| − | + | == Description == | |
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. --> | <!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. --> | ||
| + | |||
| + | See [[INVENTORY_SLOT]] for a list of constants this function can return. | ||
<!-- == Remarks == --> | <!-- == Remarks == --> | ||
Revision as of 23:04, 15 January 2010
Returns the inventory slot this item is equipped in, or INVENTORY_SLOT_INVALID, if not equipped.
- Parameters:
- oItem
- The item in question
- Returns:
- The inventory slot, or INVENTORY_SLOT_INVALID, if not equipped.
- Source:
- script.ldf
Description
See INVENTORY_SLOT for a list of constants this function can return.