#include <dialog.h>
Public Member Functions | |
| int32 | getNextReplyIndex () const |
| Common::String | getCaption () const |
| Reply * | startReply (uint32 index) |
| Reply * | getReply (uint32 index) |
Public Attributes | |
| Common::Array< Reply > | _replies |
| bool | _removeOnceDepleted |
| int32 | _currentReplyIndex |
A dialog topic
| int32 Stark::Resources::Dialog::Topic::getNextReplyIndex | ( | ) | const |
Compute the next possible reply index after the currently selected reply
| Common::String Stark::Resources::Dialog::Topic::getCaption | ( | ) | const |
Obtain the caption for the topic
| Reply* Stark::Resources::Dialog::Topic::startReply | ( | uint32 | index | ) |
Select a reply from its index
| Reply* Stark::Resources::Dialog::Topic::getReply | ( | uint32 | index | ) |
Get the reply with the specified index