ScummVM API documentation
Titanic::TTresponse Class Reference

Public Member Functions

 TTresponse (const TTstring &src)
 
 TTresponse (int val1, int val2)
 
 TTresponse (const TTresponse *src)
 
TTresponseappendResponse (int id)
 
TTresponsecopyChain () const
 
TTresponsegetLink () const
 
void addLink (TTresponse *item)
 
int getDialogueId () const
 
TTresponsegetNext () const
 

Member Function Documentation

◆ appendResponse()

TTresponse* Titanic::TTresponse::appendResponse ( int  id)

Creates a new response and adds it as the current response's next response

◆ copyChain()

TTresponse* Titanic::TTresponse::copyChain ( ) const

Makes a copy of the chain of responses

◆ getDialogueId()

int Titanic::TTresponse::getDialogueId ( ) const
inline

Get the dialogue Id for the response

◆ getNext()

TTresponse* Titanic::TTresponse::getNext ( ) const
inline

Return the next response item, if present


The documentation for this class was generated from the following file: