Difference between revisions of "GetNthEffectItemRange"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
(Using template instead)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
GetNthEffectItemRange - gets the range of the specified effect item
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
        (range:short) GetNthEffectItemrange magicItem:ref whichEffect:short
        (range:short) GetNthEIRange magicItem:ref whichEffect:short


==Notes==
'''Syntax:'''
*Ranges
(range:short) GetNthEffectItemrange magicItem:ref whichEffect:short
  0:   Self
 
  1:    Touch
(range:short) GetNthEIRange magicItem:ref whichEffect:short
  2:    Target
 
Gets the range of the specified effect item.
 
{{OBSE Magic Range Codes}}


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


[[Category:Functions]]
[[Category:Functions]]
Line 16: Line 17:
[[Category:Magic Functions]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions - Effect Item (OBSE)]]

Latest revision as of 11:57, 27 March 2008

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.

Range Codes:
 0:    Self
 1:    Touch
 2:    Target


See Also[edit | edit source]