IsRead - Book

From the CreationKit Wiki
Jump to navigation Jump to search

SKSE Member of: Book Script

Returns if the player has read the book or not.

Syntax[edit | edit source]

Bool Function IsRead() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

Returns whether the player has read the book.

Examples[edit | edit source]

If BookProperty.IsRead()
    Debug.Trace("The Player has read this book.")
EndIf

See Also[edit | edit source]