◆ deleteResponses()
void Titanic::TTscriptBase::deleteResponses |
( |
| ) |
|
|
protected |
Delete any responses set up for the script
◆ appendResponse() [1/2]
void Titanic::TTscriptBase::appendResponse |
( |
int |
index, |
|
|
int * |
maxP, |
|
|
int |
id |
|
) |
| |
|
protected |
Creates and appends a new response fragment to the script specified by the given conversation Id
◆ appendResponse() [2/2]
void Titanic::TTscriptBase::appendResponse |
( |
int |
index, |
|
|
int * |
maxP, |
|
|
const TTstring & |
str |
|
) |
| |
|
protected |
Creates and appends a new response fragment string to the script
◆ appendResponse2()
void Titanic::TTscriptBase::appendResponse2 |
( |
int |
index, |
|
|
int * |
maxP, |
|
|
const TTstring & |
str |
|
) |
| |
|
inlineprotected |
Creates and appends a new response fragment string to the script
◆ setState()
void Titanic::TTscriptBase::setState |
( |
int |
state | ) |
|
|
inlineprotected |
◆ getState()
int Titanic::TTscriptBase::getState |
( |
| ) |
const |
|
inlineprotected |
◆ applyResponse()
virtual void Titanic::TTscriptBase::applyResponse |
( |
| ) |
|
|
virtual |
Passes on the list of dialogue Ids stored in the response(s) to the title engine for later display in the PET
◆ isValid()
bool Titanic::TTscriptBase::isValid |
( |
| ) |
|
Returns true if the script is in a valid state
◆ getId()
int Titanic::TTscriptBase::getId |
( |
| ) |
const |
|
inline |
Return the Id of the script
◆ getStatus()
int Titanic::TTscriptBase::getStatus |
( |
| ) |
const |
|
inline |
◆ getText()
const TTstring Titanic::TTscriptBase::getText |
( |
| ) |
|
|
inline |
◆ scriptPreprocess()
int Titanic::TTscriptBase::scriptPreprocess |
( |
TTsentence * |
sentence | ) |
|
Gets passed a newly created input wrapper during conversation text processing
The documentation for this class was generated from the following file: