|
Planeshift
|
Vel set the velocity source of the brain to run or walk. More...
#include <npcoperations.h>
Public Member Functions | |
| virtual bool | Load (iDocumentNode *node) |
| virtual ScriptOperation * | MakeCopy () |
| virtual OperationResult | Run (NPC *npc, bool interrupted) |
| VelSourceOperation () | |
| virtual | ~VelSourceOperation () |
Vel set the velocity source of the brain to run or walk.
Definition at line 1422 of file npcoperations.h.
| VelSourceOperation::VelSourceOperation | ( | ) | [inline] |
Definition at line 1427 of file npcoperations.h.
| virtual VelSourceOperation::~VelSourceOperation | ( | ) | [inline, virtual] |
Definition at line 1430 of file npcoperations.h.
| virtual bool VelSourceOperation::Load | ( | iDocumentNode * | node | ) | [virtual] |
Reimplemented from ScriptOperation.
| virtual ScriptOperation* VelSourceOperation::MakeCopy | ( | ) | [virtual] |
Implements ScriptOperation.
| virtual OperationResult VelSourceOperation::Run | ( | NPC * | npc, |
| bool | interrupted | ||
| ) | [virtual] |
Implements ScriptOperation.
1.7.3