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

Public Member Functions

 SpeechTag (int[] idArray)
 The default Constructor. More...
 
 SpeechTag (string _label)
 A Constructor for the first SpeechTag. More...
 

Public Attributes

int ID
 
string label
 

Detailed Description

A data container for an label a 'Dialogue: Play speech' Action can be tagged as

Constructor & Destructor Documentation

◆ SpeechTag() [1/2]

AC.SpeechTag.SpeechTag ( int[]  idArray)

The default Constructor.

Parameters
idArrayAn array of already-used ID numbers, so that a unique one can be generated

◆ SpeechTag() [2/2]

AC.SpeechTag.SpeechTag ( string  _label)

A Constructor for the first SpeechTag.

Parameters
_labelThe SpeechTag's label

Member Data Documentation

◆ ID

int AC.SpeechTag.ID

A unique identified

◆ label

string AC.SpeechTag.label

The tag's text