Difference between revisions of "GetItemEquipSlot"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
m
 
Line 14: Line 14:
 
<!-- 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_*]]constants for a list of values this function can return.
+
See [[INVENTORY_SLOT_*]] constants for a list of values this function can return.
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Latest revision as of 19:46, 3 August 2011

Returns the INVENTORY_SLOT_* constant for the inventory slot this item is equipped in, or the INVENTORY_SLOT_INVALID constant, if not equipped.

int GetItemEquipSlot(
object oItem
);
Parameters:
oItem
the item in question
Returns:

an INVENTORY_SLOT_* constant

Source:

script.ldf

Description

See INVENTORY_SLOT_* constants for a list of values this function can return.