Adventure Creator  1.79.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2022
AC.SpeechLog Struct Reference

Public Member Functions

void Clear ()
 

Public Attributes

string fullText
 
string speakerName
 
int lineID
 
string textWithRichTextTags
 

Detailed Description

A data struct for an entry in the game's speech log.

Member Function Documentation

◆ Clear()

void AC.SpeechLog.Clear ( )

Clears the struct.

Member Data Documentation

◆ fullText

string AC.SpeechLog.fullText

The full display text of the line

◆ lineID

int AC.SpeechLog.lineID

The ID number of the line, as set by the Speech Manager

◆ speakerName

string AC.SpeechLog.speakerName

The display name of the speaking character

◆ textWithRichTextTags

string AC.SpeechLog.textWithRichTextTags

The original text, with rich text tags intact