Edit

SetBookContentsFunction Class

Extends

Loot item function that modifies the contents of a dropped book.

Properties

author

read-only author: string;

The name of the book's author.

Type: string

pages

read-only pages: string[];

An array of text to be placed in the pages of the book.

Type: string[]

title

read-only title: string;

The book's title.

Type: string