|
Planeshift
|
This script operation makes an npc give money to the player. More...
#include <dictionary.h>
Public Member Functions | |
| virtual csString | GetResponseScript () |
| virtual bool | Load (iDocumentNode *node) |
| MoneyResponseOp () | |
| virtual bool | Run (gemNPC *who, gemActor *target, NpcResponse *owner, csTicks &timeDelay, int &voiceNumber) |
| virtual | ~MoneyResponseOp () |
Protected Attributes | |
| psMoney | money |
This script operation makes an npc give money to the player.
Definition at line 1057 of file dictionary.h.
| MoneyResponseOp::MoneyResponseOp | ( | ) | [inline] |
Definition at line 1063 of file dictionary.h.
| virtual MoneyResponseOp::~MoneyResponseOp | ( | ) | [inline, virtual] |
Definition at line 1067 of file dictionary.h.
| virtual csString MoneyResponseOp::GetResponseScript | ( | ) | [virtual] |
Implements ResponseOperation.
| virtual bool MoneyResponseOp::Load | ( | iDocumentNode * | node | ) | [virtual] |
Implements ResponseOperation.
| virtual bool MoneyResponseOp::Run | ( | gemNPC * | who, |
| gemActor * | target, | ||
| NpcResponse * | owner, | ||
| csTicks & | timeDelay, | ||
| int & | voiceNumber | ||
| ) | [virtual] |
Implements ResponseOperation.
psMoney MoneyResponseOp::money [protected] |
Definition at line 1060 of file dictionary.h.
1.7.3