GetItemSubItems

From Dragon Age Toolset Wiki
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