Planeshift
|
Teleport will teleport the NPC to the target position. More...
#include <npcoperations.h>
Public Member Functions | |
virtual bool | Load (iDocumentNode *node) |
virtual ScriptOperation * | MakeCopy () |
virtual OperationResult | Run (NPC *npc, bool interrupted) |
TeleportOperation () | |
virtual | ~TeleportOperation () |
Teleport will teleport the NPC to the target position.
Definition at line 1596 of file npcoperations.h.
TeleportOperation::TeleportOperation | ( | ) | [inline] |
Definition at line 1602 of file npcoperations.h.
virtual TeleportOperation::~TeleportOperation | ( | ) | [inline, virtual] |
Definition at line 1603 of file npcoperations.h.
virtual bool TeleportOperation::Load | ( | iDocumentNode * | node | ) | [virtual] |
Reimplemented from ScriptOperation.
virtual ScriptOperation* TeleportOperation::MakeCopy | ( | ) | [virtual] |
Implements ScriptOperation.
virtual OperationResult TeleportOperation::Run | ( | NPC * | npc, |
bool | interrupted | ||
) | [virtual] |
Implements ScriptOperation.