Osiris/API/AddEntryToCustomBook

From Divinity Engine Wiki
Revision as of 13:51, 9 October 2018 by Tinkerer (talk | contribs) (Documented AddEntryToCustomBook)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call AddEntryToCustomBook((STRING)_Bookname, (STRING)_Entryname)
Description

If a custom book with the identifier _Bookname does not yet exist, internally creates a new "custom book" with that identifier.

Next, adds the text associated with the translated string key _Entryname to the existing text of _Bookname.

Notes
  • _Bookname is an arbitrary identifier of your choice. It does not have to correspond to any in-game item or translated string.
  • If you try to add the text of the same translated string key multiple times to the same book, nothing will happen.
See Also