GetSpell - Book

SKSE Member of: Book Script

Returns the spell that this book teaches. (This function requires SKSE)

SyntaxEdit

Spell Function GetSpell() native

ParametersEdit

None

Return ValueEdit

Returns the spell that this book teaches.

ExamplesEdit

Book Property spellBook Auto

Spell taughtSpell = spellBook.GetSpell()
Debug.Trace("This book teaches " + taughtSpell)

See AlsoEdit