|
Planeshift
|
This script operation makes an npc offer a list of possible rewards that the player can chose from (upon quest completion). More...
#include <dictionary.h>
Public Member Functions | |
| virtual csString | GetResponseScript () |
| virtual bool | Load (iDocumentNode *node) |
| OfferRewardResponseOp () | |
| virtual bool | Run (gemNPC *who, gemActor *target, NpcResponse *owner, csTicks &timeDelay, int &voiceNumber) |
| virtual | ~OfferRewardResponseOp () |
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 | |
| csArray< QuestRewardItem > | offer |
Protected Attributes inherited from ResponseOperation | |
| csString | name |
This script operation makes an npc offer a list of possible rewards that the player can chose from (upon quest completion).
Definition at line 1038 of file dictionary.h.
|
inline |
Definition at line 1043 of file dictionary.h.
|
inlinevirtual |
Definition at line 1047 of file dictionary.h.
|
virtual |
Implements ResponseOperation.
|
virtual |
Implements ResponseOperation.
|
virtual |
Implements ResponseOperation.
|
protected |
Definition at line 1041 of file dictionary.h.