Crossfire Server, Branch 1.12  R12190
Data Fields
struct_npc_info Struct Reference

Information about a NPC with a custom message. More...

Data Fields

const char * message
 NPC's message.
const char * name
 NPC's name.
int x
int y
 Coordinates in the map.

Detailed Description

Information about a NPC with a custom message.

Definition at line 232 of file mapper.c.


Field Documentation

NPC's message.

Definition at line 234 of file mapper.c.

Referenced by create_npc_info(), and write_npc_list().

const char* struct_npc_info::name

NPC's name.

Definition at line 233 of file mapper.c.

Referenced by create_npc_info(), and write_npc_list().

Definition at line 235 of file mapper.c.

Referenced by create_npc_info(), and write_npc_list().

Coordinates in the map.

Definition at line 235 of file mapper.c.

Referenced by create_npc_info(), and write_npc_list().


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