This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.

IsTakeable - Book

From the CreationKit Wiki
Jump to navigation Jump to search

SKSE Member of: Book Script

Returns whether the book is takeable.

Syntax[edit | edit source]

Bool Function IsTakeable() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

Returns whether the book can be taken.

Examples[edit | edit source]

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

See Also[edit | edit source]