Crossfire Server, Branches 1.12  R18729
struct_dialog_message Struct Reference

#include <dialog.h>

+ Collaboration diagram for struct_dialog_message:

Data Fields

char * match
 
char * message
 
struct struct_dialog_messagenext
 
struct struct_dialog_replyreplies
 

Detailed Description

Definition at line 16 of file dialog.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: