Difference between revisions of "RemoveItemProperty"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Updating link)
 
Line 7: Line 7:
 
|param2type=int
 
|param2type=int
 
|param2name=nProperty
 
|param2name=nProperty
|param2desc=the Property
+
|param2desc=the Property (a [[PROPERTY_*]] constant)
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=
Line 24: Line 24:
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
  
== See also ==
+
<!-- == See also == -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
*[[PROPERTY*]]
+
[[Category:Item properties functions]]
 
+
[[Category: Item properties functions]]
+

Latest revision as of 19:13, 3 August 2011

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