Function add_book

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

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