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