RemoveItemProperty

From Dragon Age Toolset Wiki
Revision as of 21:41, 11 February 2010 by BryanDerksen (Talk | contribs) (*PROPERTY*)

Jump to: navigation, search

Removes an item property

void RemoveItemProperty(
object oItem,
int nProperty
);
Parameters:
oItem
the Item
nProperty
the Property
Returns:

Nothing.

Source:

script.ldf

Description

Removes the item property of type nProperty from oItem


See also