- Found in:
- SKSE
Description
Wiki Description
Returns if the player has read the book or not.
Caveats
Examples
If BookProperty.IsRead()
Debug.Trace("The Player has read this book.")
EndIfAuto-Generated Example
bool returnedValue = myBook__toCallFunctionOn.IsRead()