Planeshift
Public Member Functions | Protected Attributes

DropOperation Class Reference

Drop will make the NPC drop whatever he is holding. More...

#include <npcoperations.h>

List of all members.

Public Member Functions

 DropOperation ()
virtual bool Load (iDocumentNode *node)
virtual ScriptOperationMakeCopy ()
virtual OperationResult Run (NPC *npc, bool interrupted)
virtual ~DropOperation ()

Protected Attributes

csString slot

Detailed Description

Drop will make the NPC drop whatever he is holding.

Definition at line 819 of file npcoperations.h.


Constructor & Destructor Documentation

DropOperation::DropOperation ( ) [inline]

Definition at line 826 of file npcoperations.h.

virtual DropOperation::~DropOperation ( ) [inline, virtual]

Definition at line 827 of file npcoperations.h.


Member Function Documentation

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.


Member Data Documentation

csString DropOperation::slot [protected]

Definition at line 822 of file npcoperations.h.


The documentation for this class was generated from the following file: