Background for Skyrim SE
Member of the DbSkseFunctions script
voidfunctionSetBookRead(BookakBook, boolread)NativeGlobal

Description

Documentation Comment

if read is true, set akBook as 'read', otherwise set akBook as 'unread'
if read is false and akBook is a skill book, the skill from the book can be increased again when reading.


Caveats


Parameters

BookakBook

boolread


Examples

Auto-Generated Example

Book myBook__akBook
bool myBool__read

DbSkseFunctions.SetBookRead(myBook__akBook, myBool__read)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.