Difference between revisions of "Race Script"
no edit summary
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>Seigneur Voland |
||
Line 14: | Line 14: | ||
== Properties == | == Properties == | ||
None | None | ||
== SKSE Properties == | |||
*[[Race Flags - Race|List of Race Flags]] | |||
== Global Functions == | == Global Functions == | ||
Line 20: | Line 23: | ||
== Member Functions == | == Member Functions == | ||
None | None | ||
== SKSE Member Functions == | |||
'''Int Function [[GetSpellCount - Race|GetSpellCount]]()''' | |||
*Returns the number of spells for the race. | |||
'''Spell Function [[GetNthSpell - Race|GetNthSpell]](int n)''' | |||
*Returns the specified spell from the race. | |||
'''Bool Function [[IsRaceFlagSet - Race|IsRaceFlagSet]](int n)''' | |||
*Returns whether the specified race flag is set. | |||
'''Function [[SetRaceFlag - Race|SetRaceFlag]](int n)''' | |||
*Sets the specified race flag. | |||
'''Function [[ClearRaceFlag - Race|ClearRaceFlag]](int n)''' | |||
*Clears the specified race flag. | |||
== Events == | == Events == | ||
None | None |