|
Planeshift
|
Sequence will control a named sequence in the world. More...
#include <npcoperations.h>
Public Member Functions | |
| virtual bool | Load (iDocumentNode *node) |
| virtual ScriptOperation * | MakeCopy () |
| virtual OperationResult | Run (NPC *npc, bool interrupted) |
| SequenceOperation () | |
| virtual | ~SequenceOperation () |
Protected Types | |
| enum | { UNKNOWN = 0, START = 1, STOP = 2, LOOP = 3 } |
Protected Attributes | |
| int | cmd |
| int | count |
| csString | sequenceName |
Sequence will control a named sequence in the world.
Definition at line 1467 of file npcoperations.h.
anonymous enum [protected] |
Definition at line 1470 of file npcoperations.h.
| SequenceOperation::SequenceOperation | ( | ) | [inline] |
Definition at line 1484 of file npcoperations.h.
| virtual SequenceOperation::~SequenceOperation | ( | ) | [inline, virtual] |
Definition at line 1485 of file npcoperations.h.
| virtual bool SequenceOperation::Load | ( | iDocumentNode * | node | ) | [virtual] |
Reimplemented from ScriptOperation.
| virtual ScriptOperation* SequenceOperation::MakeCopy | ( | ) | [virtual] |
Implements ScriptOperation.
| virtual OperationResult SequenceOperation::Run | ( | NPC * | npc, |
| bool | interrupted | ||
| ) | [virtual] |
Implements ScriptOperation.
int SequenceOperation::cmd [protected] |
Definition at line 1479 of file npcoperations.h.
int SequenceOperation::count [protected] |
Definition at line 1480 of file npcoperations.h.
csString SequenceOperation::sequenceName [protected] |
Definition at line 1478 of file npcoperations.h.
1.7.3