Crossfire Server, Branches 1.12  R18729
struct_npc_list Struct Reference
+ Collaboration diagram for struct_npc_list:

Data Fields

int allocated
 
int count
 
struct_npc_info ** npc
 

Detailed Description

List of NPCs with a custom message.

Definition at line 239 of file mapper.c.

Field Documentation

int struct_npc_list::allocated

Definition at line 242 of file mapper.c.

Referenced by add_npc_to_map(), and init_npc_list().

int struct_npc_list::count

Definition at line 241 of file mapper.c.

Referenced by add_npc_to_map(), init_npc_list(), and write_npc_list().

struct_npc_info** struct_npc_list::npc

Definition at line 240 of file mapper.c.

Referenced by add_npc_to_map(), init_npc_list(), and write_npc_list().


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