Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members
iQuestTriggerType Struct Reference
The trigger type is responsible for the creation of trigger factories. More...
#include <tools/questmanager.h>
Public Member Functions | |
virtual const char * | GetName () const =0 |
Return the name for this trigger type. | |
virtual csPtr< iQuestTriggerFactory > | CreateTriggerFactory ()=0 |
Create a trigger factory. |
Detailed Description
The trigger type is responsible for the creation of trigger factories.If you want to define a new type of trigger then you must implement iQuestTriggerType, iQuestTriggerFactory, and iQuestTrigger. You register trigger types with the quest manager so that they can be used by quest factories.
Definition at line 185 of file questmanager.h.
Member Function Documentation
|
Create a trigger factory.
|
|
Return the name for this trigger type.
|
The documentation for this struct was generated from the following file:
- tools/questmanager.h
Generated for CEL: Crystal Entity Layer by doxygen 1.4.4