CEL

Public API Reference

iDestroyEntityQuestRewardFactory Struct Reference

This interface is implemented by the reward that destroys an entity. More...

#include <tools/questmanager.h>

List of all members.

Public Member Functions

virtual void SetEntityParameter (const char *entity)=0
 Set the name of the entity.


Detailed Description

This interface is implemented by the reward that destroys an entity.

You can query this interface from the reward factory if you want to manually control this factory as opposed to loading its definition from an XML document.

The predefined name of this reward type is 'cel.questreward.destroyentity'.

In XML, factories recognize the following attribute on the 'op' node:

Definition at line 1645 of file questmanager.h.


Member Function Documentation

virtual void iDestroyEntityQuestRewardFactory::SetEntityParameter ( const char *  entity  )  [pure virtual]

Set the name of the entity.

Parameters:
entity is the name of the entity or a parameter (starts with '$').


The documentation for this struct was generated from the following file:
Generated for CEL: Crystal Entity Layer by doxygen 1.4.7