Planeshift
|
This script operation makes an npc complete a quest for a player, as part of his response to a player event. More...
#include <dictionary.h>
Public Member Functions | |
CompleteQuestResponseOp () | |
virtual csString | GetResponseScript () |
virtual bool | Load (iDocumentNode *node) |
virtual bool | Run (gemNPC *who, gemActor *target, NpcResponse *owner, csTicks &timeDelay, int &voiceNumber) |
virtual | ~CompleteQuestResponseOp () |
Protected Attributes | |
csString | error_msg |
psQuest * | quest |
This script operation makes an npc complete a quest for a player, as part of his response to a player event.
Definition at line 844 of file dictionary.h.
CompleteQuestResponseOp::CompleteQuestResponseOp | ( | ) | [inline] |
Definition at line 851 of file dictionary.h.
virtual CompleteQuestResponseOp::~CompleteQuestResponseOp | ( | ) | [inline, virtual] |
Definition at line 856 of file dictionary.h.
virtual csString CompleteQuestResponseOp::GetResponseScript | ( | ) | [virtual] |
Implements ResponseOperation.
virtual bool CompleteQuestResponseOp::Load | ( | iDocumentNode * | node | ) | [virtual] |
Implements ResponseOperation.
virtual bool CompleteQuestResponseOp::Run | ( | gemNPC * | who, |
gemActor * | target, | ||
NpcResponse * | owner, | ||
csTicks & | timeDelay, | ||
int & | voiceNumber | ||
) | [virtual] |
Implements ResponseOperation.
csString CompleteQuestResponseOp::error_msg [protected] |
Definition at line 848 of file dictionary.h.
psQuest* CompleteQuestResponseOp::quest [protected] |
Definition at line 847 of file dictionary.h.