|
Planeshift
|
This script operation introduces an npc. More...
#include <dictionary.h>
Public Member Functions | |
| virtual csString | GetResponseScript () |
| IntroduceResponseOp () | |
| virtual bool | Load (iDocumentNode *node) |
| virtual bool | Run (gemNPC *who, gemActor *target, NpcResponse *owner, csTicks &timeDelay, int &voiceNumber) |
| virtual | ~IntroduceResponseOp () |
Protected Attributes | |
| csString | targetName |
This script operation introduces an npc.
Definition at line 1076 of file dictionary.h.
| IntroduceResponseOp::IntroduceResponseOp | ( | ) | [inline] |
Definition at line 1081 of file dictionary.h.
| virtual IntroduceResponseOp::~IntroduceResponseOp | ( | ) | [inline, virtual] |
Definition at line 1085 of file dictionary.h.
| virtual csString IntroduceResponseOp::GetResponseScript | ( | ) | [virtual] |
Implements ResponseOperation.
| virtual bool IntroduceResponseOp::Load | ( | iDocumentNode * | node | ) | [virtual] |
Implements ResponseOperation.
| virtual bool IntroduceResponseOp::Run | ( | gemNPC * | who, |
| gemActor * | target, | ||
| NpcResponse * | owner, | ||
| csTicks & | timeDelay, | ||
| int & | voiceNumber | ||
| ) | [virtual] |
Implements ResponseOperation.
csString IntroduceResponseOp::targetName [protected] |
Definition at line 1079 of file dictionary.h.
1.7.3