IsTakeable - Book

Revision as of 04:02, 1 June 2013 by imported>Bot Owned (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Book Script Returns whether the book is takeable. == Syntax == <source lang="papyrus"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SKSE Member of: Book Script

Returns whether the book is takeable.

SyntaxEdit

Bool Function IsTakeable() native

ParametersEdit

None

Return ValueEdit

Returns whether the book can be taken.

ExamplesEdit

If BookProperty.IsTakeable()
    Debug.Trace("The book cannot be taken.")
EndIf

See AlsoEdit