Difference between revisions of "AddItemProperty"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m (link)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=AddItemProperty
 
|name=AddItemProperty
Line 11: Line 10:
 
|param3type=int
 
|param3type=int
 
|param3name=nPower
 
|param3name=nPower
|param3desc=the POWER_LEVEL of the item property
+
|param3desc=the [[POWER_LEVEL]] of the item property
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=

Latest revision as of 22:04, 9 February 2010

Adds an item property

void AddItemProperty(
object oItem,
int nProperty,
int nPower
);
Parameters:
oItem
the Item
nProperty
the Property
nPower
the POWER_LEVEL of the item property
Returns:

Nothing.

Source:

script.ldf