Planeshift
Public Member Functions | Protected Attributes

CheckQuestTimeoutOp Class Reference

This script operation is a pre operation to the AssingQuestResponseOp that is inserted at the start of the ResponseOp script list and it will check if the selected response is available and if not send a give response back to the player and terminate the response script. More...

#include <dictionary.h>

List of all members.

Public Member Functions

 CheckQuestTimeoutOp (AssignQuestResponseOp *questop)
virtual csString GetResponseScript ()
virtual bool Load (iDocumentNode *node)
virtual bool Run (gemNPC *who, gemActor *target, NpcResponse *owner, csTicks &timeDelay, int &voiceNumber)
virtual ~CheckQuestTimeoutOp ()

Protected Attributes

AssignQuestResponseOpquest_op

Detailed Description

This script operation is a pre operation to the AssingQuestResponseOp that is inserted at the start of the ResponseOp script list and it will check if the selected response is available and if not send a give response back to the player and terminate the response script.

Definition at line 820 of file dictionary.h.


Constructor & Destructor Documentation

CheckQuestTimeoutOp::CheckQuestTimeoutOp ( AssignQuestResponseOp questop) [inline]

Definition at line 826 of file dictionary.h.

virtual CheckQuestTimeoutOp::~CheckQuestTimeoutOp ( ) [inline, virtual]

Definition at line 831 of file dictionary.h.


Member Function Documentation

virtual csString CheckQuestTimeoutOp::GetResponseScript ( ) [virtual]

Implements ResponseOperation.

virtual bool CheckQuestTimeoutOp::Load ( iDocumentNode *  node) [inline, virtual]

Implements ResponseOperation.

Definition at line 832 of file dictionary.h.

virtual bool CheckQuestTimeoutOp::Run ( gemNPC who,
gemActor target,
NpcResponse owner,
csTicks &  timeDelay,
int voiceNumber 
) [virtual]

Implements ResponseOperation.


Member Data Documentation

Definition at line 823 of file dictionary.h.


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