Crossfire Server, Trunk
|
#include <dialog.h>
Data Fields | |
char * | message |
struct struct_dialog_reply * | next |
char * | reply |
reply_type | type |
char* struct_dialog_reply::message |
What the player will actually say for this reply.
Definition at line 18 of file dialog.h.
Referenced by free_dialog_information().
struct struct_dialog_reply* struct_dialog_reply::next |
Next reply, NULL for last.
Definition at line 20 of file dialog.h.
Referenced by free_dialog_information().
char* struct_dialog_reply::reply |
Reply expected from the player.
Definition at line 17 of file dialog.h.
Referenced by free_dialog_information().
reply_type struct_dialog_reply::type |