Planeshift
|
A simple response. More...
#include <psnpcdialog.h>
Public Attributes | |
int | databaseID |
The actual databaseID. | |
int | givenID |
The internal ID given by the dialog manager. | |
csString | pronoun_her |
csString | pronoun_him |
csString | pronoun_it |
csString | pronoun_them |
int | questID |
The questID of the response. | |
csStringArray | responses |
The response lists. | |
csString | script |
A simple response.
Definition at line 395 of file psnpcdialog.h.
The actual databaseID.
Definition at line 414 of file psnpcdialog.h.
The internal ID given by the dialog manager.
Definition at line 412 of file psnpcdialog.h.
csString psResponse::pronoun_her |
Definition at line 407 of file psnpcdialog.h.
csString psResponse::pronoun_him |
Definition at line 407 of file psnpcdialog.h.
csString psResponse::pronoun_it |
Definition at line 407 of file psnpcdialog.h.
csString psResponse::pronoun_them |
Definition at line 407 of file psnpcdialog.h.
The questID of the response.
Definition at line 416 of file psnpcdialog.h.
csStringArray psResponse::responses |
The response lists.
Each response set can have up to 5 different phrases that are randomly picked from.
Definition at line 404 of file psnpcdialog.h.
csString psResponse::script |
Definition at line 406 of file psnpcdialog.h.