Difference between revisions of "GetNthEffectItemRange"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>WereWolf
(Added obse link/Fixed syntax/Added Categories)
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
GetNthEffectItemRange - gets the range of the specified effect item
GetNthEffectItemRange - gets the range of the specified effect item
        (range:short) GetNthEffectItemrange magicItem:ref whichEffect:short
 
        (range:short) GetNthEIRange magicItem:ref whichEffect:short
'''Syntax:'''
(range:short) GetNthEffectItemrange magicItem:ref whichEffect:short
 
(range:short) GetNthEIRange magicItem:ref whichEffect:short


==Notes==
==Notes==
Line 16: Line 21:
[[Category:Magic Functions]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions (OBSE)]]
[[Category:Condition Functions]]
[[Category:Condition Functions (OBSE)]]

Revision as of 17:16, 11 September 2007

A command for Oblivion Script Extender

GetNthEffectItemRange - gets the range of the specified effect item

Syntax:

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

Notes

  • Ranges
 0:    Self
 1:    Touch
 2:    Target

See Also

SetNthEffectItemRange