|
Planeshift
|
#include <dictionary.h>
Public Member Functions | |
| DialogTrigger () | |
| csString | GetQuestTitle () |
Public Attributes | |
| csString | menuText |
| text of the menu entry More... | |
| csRef< psQuestPrereqOp > | prerequisite |
| psQuest * | quest |
| quest that the trigger refers to More... | |
| csString | trigger |
| actual trigger text More... | |
| unsigned int | triggerID |
| internal trigger identifier More... | |
Definition at line 328 of file dictionary.h.
|
inline |
Definition at line 341 of file dictionary.h.
| csString NpcDialogMenu::DialogTrigger::GetQuestTitle | ( | ) |
| csString NpcDialogMenu::DialogTrigger::menuText |
text of the menu entry
Definition at line 331 of file dictionary.h.
| csRef<psQuestPrereqOp> NpcDialogMenu::DialogTrigger::prerequisite |
Definition at line 334 of file dictionary.h.
| psQuest* NpcDialogMenu::DialogTrigger::quest |
quest that the trigger refers to
Definition at line 333 of file dictionary.h.
| csString NpcDialogMenu::DialogTrigger::trigger |
actual trigger text
Definition at line 332 of file dictionary.h.
internal trigger identifier
Definition at line 330 of file dictionary.h.