Planeshift
|
This is an attitude class data that has the responses. More...
#include <psnpcdialog.h>
Public Member Functions | |
void | Create (csRef< iDocumentNode > attitudeNode, int questID) |
Populate the data for this class. | |
psAttitudeBlock (psDialogManager *mgr) | |
Public Attributes | |
psDialogManager * | manager |
Main dialog manager. | |
int | maxAttitude |
The max attitude that these responses are for. | |
int | minAttitude |
The min NPC attitude that these responses are for. | |
psResponse | responseSet |
The response set for this attitude. | |
Static Public Attributes | |
static int | responseID |
Used to generate the internal id's. |
This is an attitude class data that has the responses.
The attitude block is a set of responses based on a particular attitude range. This class keeps track of that data.
Definition at line 429 of file psnpcdialog.h.
psAttitudeBlock::psAttitudeBlock | ( | psDialogManager * | mgr | ) | [inline] |
Definition at line 434 of file psnpcdialog.h.
void psAttitudeBlock::Create | ( | csRef< iDocumentNode > | attitudeNode, |
int | questID | ||
) |
Populate the data for this class.
Main dialog manager.
Definition at line 451 of file psnpcdialog.h.
The max attitude that these responses are for.
Definition at line 447 of file psnpcdialog.h.
The min NPC attitude that these responses are for.
Definition at line 449 of file psnpcdialog.h.
int psAttitudeBlock::responseID [static] |
Used to generate the internal id's.
Definition at line 432 of file psnpcdialog.h.
The response set for this attitude.
Definition at line 440 of file psnpcdialog.h.