Planeshift
|
This script operation makes an npc manage hires as part of his response to a player event. More...
#include <dictionary.h>
Public Member Functions | |
virtual csString | GetResponseScript () |
HireResponseOp () | |
virtual bool | Load (iDocumentNode *node) |
virtual bool | Run (gemNPC *who, gemActor *target, NpcResponse *owner, csTicks &timeDelay, int &voiceNumber) |
virtual | ~HireResponseOp () |
![]() | |
const char * | GetName () |
only used for output in error messages while parsing the script in NpcResponse More... | |
virtual bool | IsPublic () |
virtual | ~ResponseOperation () |
Protected Types | |
enum | HireCommand { HIRE_COMMAND_START, HIRE_COMMAND_TYPE, HIRE_COMMAND_MASTER, HIRE_COMMAND_CONFIRM, HIRE_COMMAND_SCRIPT, HIRE_COMMAND_RELEASE } |
Protected Attributes | |
HireCommand | hireCommand |
PID | masterNPCId |
csString | typeName |
csString | typeNPCType |
![]() | |
csString | name |
This script operation makes an npc manage hires as part of his response to a player event.
Definition at line 998 of file dictionary.h.
|
protected |
Enumerator | |
---|---|
HIRE_COMMAND_START | |
HIRE_COMMAND_TYPE | |
HIRE_COMMAND_MASTER | |
HIRE_COMMAND_CONFIRM | |
HIRE_COMMAND_SCRIPT | |
HIRE_COMMAND_RELEASE |
Definition at line 1001 of file dictionary.h.
|
inline |
Definition at line 1016 of file dictionary.h.
|
inlinevirtual |
Definition at line 1021 of file dictionary.h.
|
virtual |
Implements ResponseOperation.
|
virtual |
Implements ResponseOperation.
|
virtual |
Implements ResponseOperation.
|
protected |
Definition at line 1011 of file dictionary.h.
|
protected |
Definition at line 1014 of file dictionary.h.
|
protected |
Definition at line 1012 of file dictionary.h.
|
protected |
Definition at line 1013 of file dictionary.h.