Planeshift
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>

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 ()
 
- Public Member Functions inherited from ResponseOperation
const char * GetName ()
 only used for output in error messages while parsing the script in NpcResponse More...
 
virtual bool IsPublic ()
 
virtual ~ResponseOperation ()
 

Protected Attributes

AssignQuestResponseOpquest_op
 
- Protected Attributes inherited from ResponseOperation
csString name
 

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 ( )
inlinevirtual

Definition at line 831 of file dictionary.h.

Member Function Documentation

virtual csString CheckQuestTimeoutOp::GetResponseScript ( )
virtual

Implements ResponseOperation.

virtual bool CheckQuestTimeoutOp::Load ( iDocumentNode *  node)
inlinevirtual

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

AssignQuestResponseOp* CheckQuestTimeoutOp::quest_op
protected

Definition at line 823 of file dictionary.h.


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