|
Crossfire Server, Branches 1.12
R18729
|
#include <dialog.h>
Collaboration diagram for struct_dialog_message:Data Fields | |
| char * | match |
| char * | message |
| struct struct_dialog_message * | next |
| struct struct_dialog_reply * | replies |
| char* struct_dialog_message::match |
Definition at line 17 of file dialog.h.
Referenced by free_dialog_information(), and parse_dialog_information().
| char* struct_dialog_message::message |
Definition at line 18 of file dialog.h.
Referenced by do_talk_npc(), free_dialog_information(), and parse_dialog_information().
| struct struct_dialog_message* struct_dialog_message::next |
Definition at line 20 of file dialog.h.
Referenced by free_dialog_information(), get_dialog_message(), and parse_dialog_information().
| struct struct_dialog_reply* struct_dialog_message::replies |
Definition at line 19 of file dialog.h.
Referenced by do_talk_npc(), free_dialog_information(), and parse_dialog_information().