Planeshift
Public Member Functions | Protected Attributes

DebugOperation Class Reference

Debug will turn on and off debug for the npc. More...

#include <npcoperations.h>

List of all members.

Public Member Functions

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

Protected Attributes

csString exclusive
int level

Detailed Description

Debug will turn on and off debug for the npc.

Used for debuging

Definition at line 753 of file npcoperations.h.


Constructor & Destructor Documentation

DebugOperation::DebugOperation ( ) [inline]

Definition at line 761 of file npcoperations.h.

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

Definition at line 762 of file npcoperations.h.


Member Function Documentation

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

Reimplemented from ScriptOperation.

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

Implements ScriptOperation.

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

Implements ScriptOperation.


Member Data Documentation

csString DebugOperation::exclusive [protected]

Definition at line 757 of file npcoperations.h.

Definition at line 756 of file npcoperations.h.


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