|  | Adventure Creator 1.84.3
    An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024 | 
| Public Member Functions | |
| JournalPage (JournalPage journalPage) | |
| JournalPage (int _lineID, string _text, Texture2D _texture=null) | |
| Public Attributes | |
| int | lineID = -1 | 
| string | text = "" | 
| Texture2D | texture | 
A data container for the contents of each page in a MenuJournal.
| int AC.JournalPage.lineID = -1 | 
The translation ID, as set by SpeechManager
| string AC.JournalPage.text = "" | 
The page text, in its original language
| Texture2D AC.JournalPage.texture | 
An associated image