Difference between revisions of "AddItemProperty"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (remove generated)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=AddItemProperty
 
|name=AddItemProperty

Revision as of 22:03, 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