RemoveItemProperty

From Dragon Age Toolset Wiki
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