GetSpell - Book

Revision as of 04:51, 10 May 2012 by imported>PurpleLunchbox (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Book Script Returns the spell that this book teaches. (This function requires SKSE) =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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