Difference between revisions of "GetNthEffectItemCode"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>DragoonWraith
(EI)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
GetNthEffectItemCode - returns the magic effect code of the specified effect item
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
        (code:long) GetNthEffectItemCode magicItem:ref whichEffect:short
 
        (code:long) GetNthEICode magicItem:ref whichEffect:short
'''Syntax:'''
(code:long) GetNthEffectItemCode magicItem:ref whichEffect:short
 
(code:long) GetNthEICode magicItem:ref whichEffect:short
 
Returns the magic effect code of the specified effect item.


[[Category:Functions]]
[[Category:Functions]]
Line 7: Line 12:
[[Category:Magic Functions]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions - Effect Item (OBSE)]]

Latest revision as of 20:43, 1 March 2008

A command for Oblivion Script Extender

Syntax:

(code:long) GetNthEffectItemCode magicItem:ref whichEffect:short
(code:long) GetNthEICode magicItem:ref whichEffect:short

Returns the magic effect code of the specified effect item.