Difference between revisions of "RemoveItemProperty"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (Updating link)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=RemoveItemProperty
 
|name=RemoveItemProperty
Line 8: 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 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 28: Line 27:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[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