Difference between revisions of "RemoveItemProperty"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) m (1 revision: Importing auto-generated function articles) |
BryanDerksen (Talk | contribs) m (*PROPERTY*) |
||
| Line 1: | Line 1: | ||
| − | |||
{{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 == | |
<!-- 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 20:41, 11 February 2010
Removes an item property
- Parameters:
- oItem
- the Item
- nProperty
- the Property
- Returns:
- Nothing.
- Source:
- script.ldf
Description
Removes the item property of type nProperty from oItem