Background for Skyrim SE
Member of the DbSkseFunctions script
voidfunctionSetAllBooksRead(boolread)NativeGlobal

Description

Documentation Comment

if read is true, set all books in game as 'read', otherwise set all books in game as 'unread'


Caveats


Parameters

boolread


Examples

Auto-Generated Example

bool myBool__read

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