[dismiss]
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.
IsRead - Book
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