Background for Skyrim SE
Member of the Book script
boolfunctionIsRead()Native

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.")
EndIf

Auto-Generated Example

bool returnedValue = myBook__toCallFunctionOn.IsRead()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.