Adventure Creator 1.84.3
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
Loading...
Searching...
No Matches
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