Difference between revisions of "GetBaseItemType"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (tidy)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetBaseItemType
 
|name=GetBaseItemType
Line 7: Line 6:
 
|param1desc=An Item Object
 
|param1desc=An Item Object
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=base item type
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 14: Line 13:
 
== Description ==
 
== Description ==
 
<!-- 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. -->
returns the base item type of an item as BASE_ITEM_*
+
returns the base item type of an item as [[BASE_ITEM_TYPE*]]
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Revision as of 22:45, 9 February 2010

Gets the BaseItemType of an item

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

base item type

Source:

script.ldf

Description

returns the base item type of an item as BASE_ITEM_TYPE*