Osiris/API/RemoveEntryFromCustomBook

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

Removes the text associated with the translated string key _Entryname from the existing text of _Bookname.

Notes
  • If the custom book with identifier _Bookname does not exist, or the translated string key _Entryname has not yet been added to it, this call does nothing.
See Also