- Found in:
- SKSE
Description
Wiki Description
Returns the specified spell from the race. (This function requires SKSE)
Documentation Comment
returns the specified spell from the race
Caveats
CK Wiki - Notes
None
Parameters
intn
CK Wiki Description
the Nth Spell from the Race
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__n
Spell returnedValue = myRace__toCallFunctionOn.GetNthSpell(myInt__n)