Difference between revisions of "RemoveItemProperty"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=RemoveItemProperty
 
|name=RemoveItemProperty
Line 17: Line 16:
 
== Description ==
 
== Description ==
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
Removes the item property of type nProperty from oItem
+
Removes the item [[property]] of type nProperty from oItem
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->
Line 25: 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]]

Revision as of 21:41, 11 February 2010

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