Difference between revisions of "GetItemProperties"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetItemProperties
 
|name=GetItemProperties
Line 9: Line 8:
 
|param2name=bIncludeSubItems
 
|param2name=bIncludeSubItems
 
|param2desc=include runes properties
 
|param2desc=include runes properties
|returntype=int[]
+
|returntype=int
 +
|returnarra=true
 
|returndesc=Array with item properties
 
|returndesc=Array with item properties
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf

Latest revision as of 00:20, 11 February 2010

Return an array with item properties present on an object

int[] GetItemProperties(
object oItem,
int bIncludeSubItems
);
Parameters:
oItem
the item
bIncludeSubItems
include runes properties
Returns:

Array with item properties

Source:

script.ldf