Book - powerof3/PapyrusExtenderSSE GitHub Wiki
Setters
ClearBookCantBeTakenFlag
- Clears can't be taken flag
Function ClearBookCantBeTakenFlag(Book akBook) global native
ClearReadFlag
- Clears read flag (and writes it to the save).
Function ClearReadFlag(Book akBook) global native
SetBookCantBeTakenFlag
- Sets can't be taken flag.
Function SetBookCantBeTakenFlag(Book akBook) global native
SetReadFlag
- Sets read flag (and writes it to the save).
Function SetReadFlag(Book akBook) global native