Planeshift
|
LoopBegin operation will only print LoopBegin for debug purpose. More...
#include <npcoperations.h>
Public Member Functions | |
virtual bool | Load (iDocumentNode *node) |
LoopBeginOperation () | |
virtual ScriptOperation * | MakeCopy () |
virtual OperationResult | Run (NPC *npc, bool interrupted) |
virtual | ~LoopBeginOperation () |
Public Attributes | |
int | iterations |
LoopBegin operation will only print LoopBegin for debug purpose.
Looping will be done by the LoopEndOperation.
Definition at line 999 of file npcoperations.h.
LoopBeginOperation::LoopBeginOperation | ( | ) | [inline] |
Definition at line 1006 of file npcoperations.h.
virtual LoopBeginOperation::~LoopBeginOperation | ( | ) | [inline, virtual] |
Definition at line 1010 of file npcoperations.h.
virtual bool LoopBeginOperation::Load | ( | iDocumentNode * | node | ) | [virtual] |
Reimplemented from ScriptOperation.
virtual ScriptOperation* LoopBeginOperation::MakeCopy | ( | ) | [virtual] |
Implements ScriptOperation.
virtual OperationResult LoopBeginOperation::Run | ( | NPC * | npc, |
bool | interrupted | ||
) | [virtual] |
Implements ScriptOperation.
Definition at line 1002 of file npcoperations.h.