Difference between revisions of "GetItemValue"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Category:Item properties functions)
(fill in missing parameters)
 
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=

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