Difference between revisions of "GetItemValue"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(fill in missing parameters)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetItemValue
 
|name=GetItemValue
Line 5: Line 4:
 
|param1type=object
 
|param1type=object
 
|param1name=oItem
 
|param1name=oItem
|param1desc=
+
|param1desc=Item to get the base value of
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=base value of the item
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 24: Line 23:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category: Uncategorised function]]
+
[[Category:Item properties functions]]

Latest revision as of 22:02, 2 March 2010

Retrive the base value of an item.

int GetItemValue(
object oItem
);
Parameters:
oItem
Item to get the base value of
Returns:

base value of the item

Source:

script.ldf