[][src]Function tes3mp_plugin::plugin::generated::add_book

pub fn add_book(pid: u16, book_id: &str)

Add a new book to the book changes for a player.

pid The player ID whose book changes should be used.
book_id The bookId of the book.

Returns void