Difference between revisions of "GetItemEquipSlot"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(link INVENTORY SLOT)
Line 11: Line 11:
 
}}
 
}}
  
<!-- == Description == -->
+
== 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 00:04, 16 January 2010

Returns the inventory slot this item is equipped in, or INVENTORY_SLOT_INVALID, if not equipped.

int GetItemEquipSlot(
object oItem
);
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.