Planeshift
Public Member Functions | Protected Member Functions

DeleteNPCOperation Class Reference

Let the NPC delete it self. More...

#include <npcoperations.h>

List of all members.

Public Member Functions

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

Protected Member Functions

 DeleteNPCOperation (const DeleteNPCOperation *other)
 Constructor for this operation, used by the MakeCopy.

Detailed Description

Let the NPC delete it self.

Definition at line 627 of file npcoperations.h.


Constructor & Destructor Documentation

DeleteNPCOperation::DeleteNPCOperation ( const DeleteNPCOperation other) [protected]

Constructor for this operation, used by the MakeCopy.

This constructor will copy all the Operation Parameters from the other operation and initialize all Instance Variables to default values.

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

Definition at line 641 of file npcoperations.h.


Member Function Documentation

virtual bool DeleteNPCOperation::Load ( iDocumentNode *  node) [virtual]

Reimplemented from ScriptOperation.

virtual ScriptOperation* DeleteNPCOperation::MakeCopy ( ) [virtual]

Implements ScriptOperation.

virtual OperationResult DeleteNPCOperation::Run ( NPC npc,
bool  interrupted 
) [virtual]

Implements ScriptOperation.


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