Difference between revisions of "GetNthEffectItemCode"

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:
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
GetNthEffectItemCode - returns the magic effect code of the specified effect item.
 
'''Syntax:'''
(code:long) GetNthEffectItemCode magicItem:ref whichEffect:short
 
(code:long) GetNthEICode magicItem:ref whichEffect:short


[[Category:Functions]]
[[Category:Functions]]
Line 7: Line 12:
[[Category:Magic Functions]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions (OBSE)]]
[[Category:Condition Functions]]
[[Category:Condition Functions (OBSE)]]

Revision as of 18:05, 11 September 2007

A command for Oblivion Script Extender

GetNthEffectItemCode - returns the magic effect code of the specified effect item.

Syntax:

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