|
Crossfire Server
1.75.0
|
Information about a NPC with a custom message. More...
Data Fields | |
| const char * | message |
| NPC's message. More... | |
| const char * | name |
| NPC's name. More... | |
| int | x |
| int | y |
| Coordinates in the map. More... | |
Information about a NPC with a custom message.
Definition at line 209 of file mapper.cpp.
| const char* struct_npc_info::message |
| const char* struct_npc_info::name |
NPC's name.
Definition at line 210 of file mapper.cpp.
Referenced by add_one_item(), create_npc_info(), fix_tiled_map(), process_map_lore(), and write_world_map().
| int struct_npc_info::x |
Definition at line 212 of file mapper.cpp.
Referenced by add_map_to_region(), add_one_item(), create_npc_info(), do_auto_apply(), do_exit_map(), process_map(), write_world_info(), and write_world_map().
| int struct_npc_info::y |
Coordinates in the map.
Definition at line 212 of file mapper.cpp.
Referenced by add_map_to_region(), add_one_item(), create_npc_info(), do_auto_apply(), do_exit_map(), process_map(), write_world_info(), and write_world_map().