GetItemSubItems

From Dragon Age Toolset Wiki
Revision as of 21:02, 2 March 2010 by BryanDerksen (Talk | contribs) (fix missing parameter)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Enumerates items attached to this item

object[] GetItemSubItems(
object oItem
);
Parameters:
oItem
An Item
Returns:

An empty array means there are no slots available to attach items A non-empty array enumerates all slots. Empty slots will have OBJECT_INVALID, filled slots will have the OBJECT_ID of the attached items

Source:

script.ldf