Crossfire Server, Trunk
struct_dialog_reply Struct Reference

#include <dialog.h>

+ Collaboration diagram for struct_dialog_reply:

Data Fields

char * message
 
struct struct_dialog_replynext
 
char * reply
 
reply_type type
 

Detailed Description

One reply a NPC can expect.

Definition at line 16 of file dialog.h.

Field Documentation

◆ message

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

◆ next

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

◆ reply

char* struct_dialog_reply::reply

Reply expected from the player.

Definition at line 17 of file dialog.h.

Referenced by free_dialog_information().

◆ type

reply_type struct_dialog_reply::type

Type of message.

Definition at line 19 of file dialog.h.


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