- Found in:
- SKSE
Caveats
Examples
Book Property spellBook Auto
Spell taughtSpell = spellBook.GetSpell()
Debug.Trace("This book teaches " + taughtSpell)Auto-Generated Example
Spell returnedValue = myBook__toCallFunctionOn.GetSpell()
Book Property spellBook Auto
Spell taughtSpell = spellBook.GetSpell()
Debug.Trace("This book teaches " + taughtSpell)Spell returnedValue = myBook__toCallFunctionOn.GetSpell()