Difference between revisions of "Actor Script"
Jump to navigation
Jump to search
no edit summary
imported>JLundin (→Events) |
imported>Seigneur Voland |
||
Line 564: | Line 564: | ||
'''Form Function [[GetWornForm - Actor|GetWornForm]](int slotMask)''' | '''Form Function [[GetWornForm - Actor|GetWornForm]](int slotMask)''' | ||
*Returns the form of the item worn with the specified slotMask. | *Returns the form of the item worn with the specified slotMask. | ||
'''Int Function [[GetSpellCount - Actor|GetSpellCount]]()''' | |||
*Returns the number of added spells for the actor. | |||
'''Spell Function [[GetNthSpell - Actor|GetNthSpell]](int n)''' | |||
*Returns the specified added spell for the actor. | |||
'''Function [[QueueNiNodeUpdate - Actor|QueueNiNodeUpdate]]()''' | |||
*Update modifications linked to the actor. | |||
== Events == | == Events == |