Difference between revisions of "RemoveEnchantment"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender Removes the enchantment from the object and returns any previous enchantment. '''Syntax:''' (oldEnchantmen...)
 
imported>DragoonWraith
(MI)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]


Removes the enchantment from the object and returns any previous enchantment.
'''Syntax:'''
'''Syntax:'''
  (oldEnchantment:ref) ''reference.''RemoveEnchantment ''objectID:ref''
  (oldEnchantment:ref) ''reference.''RemoveEnchantment ''objectID:ref''


Removes the enchantment from the object and returns any previous enchantment.
==See Also==
==See Also==
*[[SetEnchantment]]
*[[SetEnchantment]]
Line 14: Line 14:
[[Category: Magic Functions]]
[[Category: Magic Functions]]
[[Category: Magic Functions (OBSE)]]
[[Category: Magic Functions (OBSE)]]
[[Category: Magic Functions - Magic Item (OBSE)]]

Latest revision as of 20:16, 1 March 2008

A command for Oblivion Script Extender

Syntax:

(oldEnchantment:ref) reference.RemoveEnchantment objectID:ref

Removes the enchantment from the object and returns any previous enchantment.

See Also[edit | edit source]