|
Crossfire Server, Branches 1.12
R18729
|
Collaboration diagram for struct_npc_info:Data Fields | |
| const char * | message |
| const char * | name |
| int | x |
| int | y |
| const char* struct_npc_info::message |
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().
| int struct_npc_info::x |
Definition at line 235 of file mapper.c.
Referenced by create_npc_info(), and write_npc_list().
| int struct_npc_info::y |
Coordinates in the map.
Definition at line 235 of file mapper.c.
Referenced by create_npc_info(), and write_npc_list().