Difference between revisions of "GetNthSpell"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Quetzilla
m
imported>Haama
(Added note)
Line 2: Line 2:
         (spell:ref) reference.GetNthSpell whichSpell:long
         (spell:ref) reference.GetNthSpell whichSpell:long


==Notes==
*Only works on NPCs; won't work on creatures.


[[Category:Functions]]
[[Category:Functions]]

Revision as of 15:31, 13 February 2008

GetNthSpell - returns the reference's Nth spell. whichSpell is an index that starts at 0 for the first spell in the list. Note that the CS compiler doesn't expect spells to be returned as a ref. If you are calling this function multiple times to set the same ref variable you need to assign that variable to some other type (say a weapon) in between your calls to this function. Otherwise the ref will continue to keep the value from the first call.

       (spell:ref) reference.GetNthSpell whichSpell:long

Notes

  • Only works on NPCs; won't work on creatures.