|
Planeshift
|
LoopEnd operation will jump back to the beginning of the loop. More...
#include <npcoperations.h>
Public Member Functions | |
| virtual bool | Load (iDocumentNode *node) |
| LoopEndOperation (int which, int iterations) | |
| virtual ScriptOperation * | MakeCopy () |
| virtual OperationResult | Run (NPC *npc, bool interrupted) |
| virtual | ~LoopEndOperation () |
Protected Attributes | |
| int | current |
| int | iterations |
| int | loopback_op |
LoopEnd operation will jump back to the beginning of the loop.
Definition at line 1023 of file npcoperations.h.
Definition at line 1032 of file npcoperations.h.
| virtual LoopEndOperation::~LoopEndOperation | ( | ) | [inline, virtual] |
Definition at line 1038 of file npcoperations.h.
| virtual bool LoopEndOperation::Load | ( | iDocumentNode * | node | ) | [virtual] |
Reimplemented from ScriptOperation.
| virtual ScriptOperation* LoopEndOperation::MakeCopy | ( | ) | [virtual] |
Implements ScriptOperation.
| virtual OperationResult LoopEndOperation::Run | ( | NPC * | npc, |
| bool | interrupted | ||
| ) | [virtual] |
Implements ScriptOperation.
int LoopEndOperation::current [protected] |
Definition at line 1027 of file npcoperations.h.
int LoopEndOperation::iterations [protected] |
Definition at line 1028 of file npcoperations.h.
int LoopEndOperation::loopback_op [protected] |
Definition at line 1026 of file npcoperations.h.
1.7.3