Planeshift
|
This script operation is a pre operation to the AssignQuestResponseOp that is inserted at the start of the ResponseOp script list and it will select the quest that will be assigned in the AssingQuestResponseOp later. More...
#include <dictionary.h>
Public Member Functions | |
AssignQuestSelectOp (AssignQuestResponseOp *questop) | |
virtual csString | GetResponseScript () |
virtual bool | Load (iDocumentNode *node) |
virtual bool | Run (gemNPC *who, gemActor *target, NpcResponse *owner, csTicks &timeDelay, int &voiceNumber) |
virtual | ~AssignQuestSelectOp () |
![]() | |
const char * | GetName () |
only used for output in error messages while parsing the script in NpcResponse More... | |
virtual bool | IsPublic () |
virtual | ~ResponseOperation () |
Protected Attributes | |
AssignQuestResponseOp * | quest_op |
![]() | |
csString | name |
This script operation is a pre operation to the AssignQuestResponseOp that is inserted at the start of the ResponseOp script list and it will select the quest that will be assigned in the AssingQuestResponseOp later.
Any SayRespondOp will select the corresponding response to.
Definition at line 793 of file dictionary.h.
|
inline |
Definition at line 799 of file dictionary.h.
|
inlinevirtual |
Definition at line 804 of file dictionary.h.
|
virtual |
Implements ResponseOperation.
|
inlinevirtual |
Implements ResponseOperation.
Definition at line 805 of file dictionary.h.
|
virtual |
Implements ResponseOperation.
|
protected |
Definition at line 796 of file dictionary.h.