|
Planeshift
|
Will send an assessment request to the server. More...
#include <npcoperations.h>
Public Member Functions | |
| AssessOperation () | |
| virtual bool | Load (iDocumentNode *node) |
| virtual ScriptOperation * | MakeCopy () |
| virtual OperationResult | Run (NPC *npc, bool interrupted) |
| virtual | ~AssessOperation () |
Protected Attributes | |
| csString | magicalAssessmentPerception |
| csString | overallAssessmentPerception |
| csString | physicalAssessmentPerception |
Will send an assessment request to the server.
Upon return the npc will be percepted based on the assessment.
Definition at line 347 of file npcoperations.h.
| AssessOperation::AssessOperation | ( | ) | [inline] |
Definition at line 355 of file npcoperations.h.
| virtual AssessOperation::~AssessOperation | ( | ) | [inline, virtual] |
Definition at line 356 of file npcoperations.h.
| virtual bool AssessOperation::Load | ( | iDocumentNode * | node | ) | [virtual] |
Reimplemented from ScriptOperation.
| virtual ScriptOperation* AssessOperation::MakeCopy | ( | ) | [virtual] |
Implements ScriptOperation.
| virtual OperationResult AssessOperation::Run | ( | NPC * | npc, |
| bool | interrupted | ||
| ) | [virtual] |
Implements ScriptOperation.
csString AssessOperation::magicalAssessmentPerception [protected] |
Definition at line 351 of file npcoperations.h.
csString AssessOperation::overallAssessmentPerception [protected] |
Definition at line 352 of file npcoperations.h.
csString AssessOperation::physicalAssessmentPerception [protected] |
Definition at line 350 of file npcoperations.h.
1.7.3