Difference between revisions of "GetNthEffectItemScript"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Note on reference variables (too much?))
imported>Haama
m
Line 7: Line 7:


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



Revision as of 02:01, 26 August 2007

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

Notes

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

See Also