Skip to content

Entry_ClassAPI

CG-Tespy edited this page Jul 28, 2019 · 1 revision

An entry containing narrative data (story and name text by default), usually kept track of in the NarrativeLog.

Namespace: Fungus.NarrativeLogSystem

Constructors

Entry()

  • Default. Creates an entry with null StoryText and NameText.
Entry(string storyText, string nameText)
  • Creates a new entry with the passed story and name text.

Public Properties

virtual string StoryText

  • Readable: yes
  • Writable: yes
  • Is usually set as the StoryText in the active Say Dialog.
virtual string NameText
  • Readable: yes
  • Writable: yes
  • Is usually set as the NameText in the active Say Dialog.

Clone this wiki locally