Difference between revisions of "GetNthEffectItemScript"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
(Note on reference variables (too much?))
Line 2: Line 2:
         (script:ref) GetNthEffectItemScript objectID:ref whichEffect:short
         (script:ref) GetNthEffectItemScript objectID:ref whichEffect:short
         (script:ref) GetNthEIScript 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==

Revision as of 01:59, 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