![]() |
Crossfire Server, Trunk
1.75.0
|
Message information for a NPC. More...
#include <dialog.h>
Collaboration diagram for struct_dialog_information:Data Fields | |
| struct struct_dialog_message * | all_messages |
| Messages the NPC can use. More... | |
| struct struct_dialog_reply * | all_replies |
| All replies, to quickly search things. More... | |
| struct struct_dialog_message* struct_dialog_information::all_messages |
Messages the NPC can use.
Definition at line 39 of file dialog.h.
Referenced by free_dialog_information(), get_dialog_message(), and parse_dialog_information().
| struct struct_dialog_reply* struct_dialog_information::all_replies |
All replies, to quickly search things.
Definition at line 38 of file dialog.h.
Referenced by free_dialog_information(), get_dialog_message(), and parse_dialog_information().