Difference between revisions of "GetItemPropertyPower"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(looks okay, removing tag)
m (spelling)
 
Line 12: Line 12:
 
|param3desc=include runes properties
 
|param3desc=include runes properties
 
|returntype=int
 
|returntype=int
|returndesc=the propertie's power level
+
|returndesc=the property's power level
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Latest revision as of 18:50, 2 March 2010

Return the power level of an item properties present on an object

int GetItemPropertyPower(
object oItem,
int nPropertyId,
int bIncludeSubItems
);
Parameters:
oItem
the item
nPropertyId
the property
bIncludeSubItems
include runes properties
Returns:

the property's power level

Source:

script.ldf