Difference between revisions of "GetNthEffectItemCode"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(Added obse link/Fixed syntax/Added Categories)
imported>DragoonWraith
(EI)
 
(2 intermediate revisions by one other user 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]]
GetNthEffectItemCode - returns the magic effect code of the specified effect item.


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


  (code:long) GetNthEICode 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 12: Line 12:
[[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 19: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.