Planeshift
|
Drop will make the NPC drop whatever he is holding. More...
#include <npcoperations.h>
Public Member Functions | |
DropOperation () | |
virtual bool | Load (iDocumentNode *node) |
virtual ScriptOperation * | MakeCopy () |
virtual OperationResult | Run (NPC *npc, bool interrupted) |
virtual | ~DropOperation () |
Protected Attributes | |
csString | slot |
Drop will make the NPC drop whatever he is holding.
Definition at line 819 of file npcoperations.h.
DropOperation::DropOperation | ( | ) | [inline] |
Definition at line 826 of file npcoperations.h.
virtual DropOperation::~DropOperation | ( | ) | [inline, virtual] |
Definition at line 827 of file npcoperations.h.
virtual bool DropOperation::Load | ( | iDocumentNode * | node | ) | [virtual] |
Reimplemented from ScriptOperation.
virtual ScriptOperation* DropOperation::MakeCopy | ( | ) | [virtual] |
Implements ScriptOperation.
virtual OperationResult DropOperation::Run | ( | NPC * | npc, |
bool | interrupted | ||
) | [virtual] |
Implements ScriptOperation.
csString DropOperation::slot [protected] |
Definition at line 822 of file npcoperations.h.