Race Script
Revision as of 06:42, 8 September 2012 by imported>Seigneur Voland
Extends: Form Script
Script for the manipulation of a character's race.
Definition
ScriptName Race extends Form
Properties
None
SKSE Properties
Global Functions
None
Member Functions
None
SKSE Member Functions
Int Function GetSpellCount()
- Returns the number of spells for the race.
Spell Function GetNthSpell(int n)
- Returns the specified spell from the race.
Bool Function IsRaceFlagSet(int n)
- Returns whether the specified race flag is set.
Function SetRaceFlag(int n)
- Sets the specified race flag.
Function ClearRaceFlag(int n)
- Clears the specified race flag.
Events
None