Adventure Creator  1.76.2
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2022
AC.JournalPage Class Reference

Public Member Functions

 JournalPage ()
 
 JournalPage (JournalPage journalPage)
 
 JournalPage (int _lineID, string _text)
 

Public Attributes

int lineID = -1
 
string text = ""
 

Detailed Description

A data container for the contents of each page in a MenuJournal.

Constructor & Destructor Documentation

◆ JournalPage()

AC.JournalPage.JournalPage ( )

The default Constructor.

Member Data Documentation

◆ lineID

int AC.JournalPage.lineID = -1

The translation ID, as set by SpeechManager

◆ text

string AC.JournalPage.text = ""

The page text, in its original language