Difference between revisions of "Osiris/API/RemoveEntryFromCustomBook"

From Divinity Engine Wiki
Jump to: navigation, search
(Documented RemoveEntryFromCustomBook)
 
(No difference)

Latest revision as of 13:57, 9 October 2018

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