Planeshift
psQuestPrereqOpXor Class Reference

Xor prerequisite operator. More...

#include <psquestprereqops.h>

Public Member Functions

virtual bool Check (psCharacter *character)
 Check if value of XORs between prerequisites is true. More...
 
virtual csPtr< psQuestPrereqOpCopy ()
 Copy the prerequisite operator. More...
 
virtual csString GetScriptOp ()
 Convert the prerequisite operator to a xml string. More...
 
virtual ~psQuestPrereqOpXor ()
 Destructor for the or prerequisite operator. More...
 
- Public Member Functions inherited from psQuestPrereqOpList
virtual void Insert (size_t n, csRef< psQuestPrereqOp > prereqOp)
 Insert a new child prerequisite onto the child list. More...
 
virtual void Push (csRef< psQuestPrereqOp > prereqOp)
 Push a new child prerequisite onto the child list. More...
 
virtual ~psQuestPrereqOpList ()
 Destructor for the list prerequisite operator. More...
 
- Public Member Functions inherited from psQuestPrereqOp
virtual csString GetScript ()
 Convert the prerequisite script to a xml string. More...
 
virtual ~psQuestPrereqOp ()
 Destructor for the prerequisite operator. More...
 

Additional Inherited Members

- Protected Attributes inherited from psQuestPrereqOpList
csRefArray< psQuestPrereqOpprereqlist
 The list of child prerequisite operators for this list operator. More...
 

Detailed Description

Xor prerequisite operator.

A multi term or operator. Value of XORs between prerequisites must be true.

Definition at line 1307 of file psquestprereqops.h.

Constructor & Destructor Documentation

virtual psQuestPrereqOpXor::~psQuestPrereqOpXor ( )
inlinevirtual

Destructor for the or prerequisite operator.

Definition at line 1314 of file psquestprereqops.h.

Member Function Documentation

virtual bool psQuestPrereqOpXor::Check ( psCharacter character)
virtual

Check if value of XORs between prerequisites is true.

prerequisite = child1 or child 2 or ... childN

Parameters
characterThe character that are checking for a prerequisite
Returns
True if value of XORs between prerequisites is true.

Implements psQuestPrereqOp.

virtual csPtr<psQuestPrereqOp> psQuestPrereqOpXor::Copy ( )
virtual

Copy the prerequisite operator.

Override this function to return a copy of the prerequisite operator.

Returns
Copy of the prerequisite operator.

Implements psQuestPrereqOp.

virtual csString psQuestPrereqOpXor::GetScriptOp ( )
virtual

Convert the prerequisite operator to a xml string.

Convert the operator to the xml string: <xor><child1/>...<childN/></xor>

Returns
XML string for the prerequisite operator.

Implements psQuestPrereqOp.


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