IsTakeable - Book

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