Difference between revisions of "GetNthEffectItemRange"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>WereWolf
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
GetNthEffectItemRange - gets the range of the specified effect item


'''Syntax:'''
'''Syntax:'''
Line 7: Line 5:


  (range:short) GetNthEIRange magicItem:ref whichEffect:short
  (range:short) GetNthEIRange magicItem:ref whichEffect:short
Gets the range of the specified effect item.


==Notes==
==Notes==
Line 15: Line 15:


==See Also==
==See Also==
[[SetNthEffectItemRange]]
*[[SetNthEffectItemRange]]


[[Category:Functions]]
[[Category:Functions]]

Revision as of 12:18, 14 September 2007

A command for Oblivion Script Extender

Syntax:

(range:short) GetNthEffectItemrange magicItem:ref whichEffect:short
(range:short) GetNthEIRange magicItem:ref whichEffect:short

Gets the range of the specified effect item.

Notes

  • Ranges
 0:    Self
 1:    Touch
 2:    Target

See Also