|
Planeshift
|
A simple response. More...
#include <psnpcdialog.h>
Public Attributes | |
| int | databaseID |
| The actual databaseID. More... | |
| int | givenID |
| The internal ID given by the dialog manager. More... | |
| csString | pronoun_her |
| csString | pronoun_him |
| csString | pronoun_it |
| csString | pronoun_them |
| int | questID |
| The questID of the response. More... | |
| csStringArray | responses |
| The response lists. More... | |
| csString | script |
A simple response.
Definition at line 400 of file psnpcdialog.h.
| int psResponse::databaseID |
The actual databaseID.
Definition at line 419 of file psnpcdialog.h.
| int psResponse::givenID |
The internal ID given by the dialog manager.
Definition at line 417 of file psnpcdialog.h.
| csString psResponse::pronoun_her |
Definition at line 412 of file psnpcdialog.h.
| csString psResponse::pronoun_him |
Definition at line 412 of file psnpcdialog.h.
| csString psResponse::pronoun_it |
Definition at line 412 of file psnpcdialog.h.
| csString psResponse::pronoun_them |
Definition at line 412 of file psnpcdialog.h.
| int psResponse::questID |
The questID of the response.
Definition at line 421 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 409 of file psnpcdialog.h.
| csString psResponse::script |
Definition at line 411 of file psnpcdialog.h.