Planeshift
Public Member Functions | Public Attributes | Static Public Attributes

psAttitudeBlock Class Reference

This is an attitude class data that has the responses. More...

#include <psnpcdialog.h>

List of all members.

Public Member Functions

void Create (csRef< iDocumentNode > attitudeNode, int questID)
 Populate the data for this class.
 psAttitudeBlock (psDialogManager *mgr)

Public Attributes

psDialogManagermanager
 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.

Detailed Description

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.


Constructor & Destructor Documentation

psAttitudeBlock::psAttitudeBlock ( psDialogManager mgr) [inline]

Definition at line 434 of file psnpcdialog.h.


Member Function Documentation

void psAttitudeBlock::Create ( csRef< iDocumentNode >  attitudeNode,
int  questID 
)

Populate the data for this class.


Member Data Documentation

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.

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.


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