Osiris/API/RemoveEntryFromCustomBook

From Divinity Engine Wiki
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