Difference between revisions of "GetEnchantment"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender Returns the specific enchantment on the object. '''Syntax:''' (enchantment:ref) ''reference.''GetEnchantme...)
 
imported>DragoonWraith
(MI)
 
(2 intermediate revisions 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]]


Returns the specific enchantment on the object.
'''Syntax:'''
'''Syntax:'''
  (enchantment:ref) ''reference.''GetEnchantment ''objectID:ref''
  (enchantment:ref) ''reference.''GetEnchantment ''objectID:ref''


Returns the specific enchantment on the object.
==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)]]
[[Category: Record Variable Functions]]
[[Category: Record Variable Functions (OBSE)]]

Latest revision as of 20:19, 1 March 2008

A command for Oblivion Script Extender

Syntax:

(enchantment:ref) reference.GetEnchantment objectID:ref

Returns the specific enchantment on the object.

See Also[edit | edit source]