Difference between revisions of "GetItemMaterialType"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(link, remove tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetItemMaterialType
 
|name=GetItemMaterialType
Line 7: Line 6:
 
|param1desc=An Item Object
 
|param1desc=An Item Object
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=row ID from [[Materialtypes.xls]]
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Latest revision as of 21:57, 2 March 2010

Gets the material type of an item

int GetItemMaterialType(
object oItem
);
Parameters:
oItem
An Item Object
Returns:

row ID from Materialtypes.xls

Source:

script.ldf

Description

returns the material type of an item