|
Planeshift
|
A KnowledgeArea is a set of triggers and answers the NPC can provide when asked. More...
#include <psnpcdialog.h>
Public Member Functions | |
| bool | operator< (KnowledgeArea &other) |
| bool | operator== (KnowledgeArea &other) |
Public Attributes | |
| csString | area |
| int | priority |
A KnowledgeArea is a set of triggers and answers the NPC can provide when asked.
Example can be knowledgearea of a city, famous personalities or a job. Knowledge areas have priorities to define which one is searched first for an answer.
Definition at line 59 of file psnpcdialog.h.
|
inline |
Definition at line 68 of file psnpcdialog.h.
|
inline |
Definition at line 64 of file psnpcdialog.h.
| csString KnowledgeArea::area |
Definition at line 61 of file psnpcdialog.h.
| int KnowledgeArea::priority |
Definition at line 62 of file psnpcdialog.h.