Background for Skyrim SE
Member of the Book script
SpellfunctionGetSpell()Native

Description

Wiki Description

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

Documentation Comment

SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
Returns the spell that this book teaches


Caveats


Examples

Book Property spellBook Auto

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

Auto-Generated Example

Spell returnedValue = myBook__toCallFunctionOn.GetSpell()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.