Difference between revisions of "GetNthEffectItemRange"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(Added obse link/Fixed syntax/Added Categories)
imported>Haama
(Using template instead)
 
(4 intermediate revisions by 2 users 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]]
GetNthEffectItemRange - gets the range of the specified effect item


'''Syntax:'''
'''Syntax:'''
Line 8: Line 6:
  (range:short) GetNthEIRange magicItem:ref whichEffect:short
  (range:short) GetNthEIRange magicItem:ref whichEffect:short


==Notes==
Gets the range of the specified effect item.
*Ranges
 
  0:    Self
{{OBSE Magic Range Codes}}
  1:    Touch
  2:    Target


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


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

Latest revision as of 10: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]