RemoveItemProperty

From Dragon Age Toolset Wiki
Revision as of 19:13, 3 August 2011 by Sunjammer (Talk | contribs) (Updating link)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Removes an item property

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

Nothing.

Source:

script.ldf

Description

Removes the item property of type nProperty from oItem