This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Difference between revisions of "GetNthEffectItemScript"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>DragoonWraith
(EI)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
GetNthEffectItemScript - returns the refID of the script associated with the specified scripted effect
GetNthEffectItemScript - returns the refID of the script associated with the specified scripted effect
        (script:ref) GetNthEffectItemScript objectID:ref whichEffect:short
 
        (script:ref) GetNthEIScript objectID:ref whichEffect:short
'''Syntax:'''
(script:ref) GetNthEffectItemScript objectID:ref whichEffect:short
 
(script:ref) GetNthEIScript objectID:ref whichEffect:short
 
==Notes==
* Use a reference variable to store the reference to the script.


==See Also==
==See Also==
* [[IsNthEffectItemScript]]
* [[IsNthEffectItemScripted]]
* [[SetNthEffectItemScript]]
* [[SetNthEffectItemScript]]


Line 11: Line 19:
[[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

GetNthEffectItemScript - returns the refID of the script associated with the specified scripted effect

Syntax:

(script:ref) GetNthEffectItemScript objectID:ref whichEffect:short
(script:ref) GetNthEIScript objectID:ref whichEffect:short

Notes[edit | edit source]

  • Use a reference variable to store the reference to the script.

See Also[edit | edit source]