IsRead - Book

SKSE Member of: Book Script

Returns if the player has read the book or not.

SyntaxEdit

Bool Function IsRead() native

ParametersEdit

None

Return ValueEdit

Returns whether the player has read the book.

ExamplesEdit

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

See AlsoEdit