#include <map.h>
Collaboration diagram for mapobj_struct:
Data Fields | |
short | x |
short | y |
dbref | obj |
char | type |
char | datac |
short | datas |
int | datai |
mapobj_struct * | next |
Definition at line 114 of file map.h.
char mapobj_struct::datac |
Definition at line 118 of file map.h.
Referenced by add_decoration(), add_entrances(), del_mapobj(), explode_mines(), find_decorations(), find_entrance(), is_blocked_lz(), list_mapobjs(), make_mine_explode(), map_add_block(), map_setlinked(), possible_mine_explosion(), and recalculate_minefields().
Definition at line 120 of file map.h.
Referenced by explode_mines(), fun_bthexinblz(), fun_btlistblz(), grab_us_an_array(), is_blocked_lz(), list_mapobjs(), map_add_block(), map_save_bits(), possible_mine_explosion(), and recalculate_minefields().
short mapobj_struct::datas |
Definition at line 119 of file map.h.
Referenced by add_decoration(), list_mapobjs(), make_mine_explode(), possible_mine_explosion(), and update_mine().
struct mapobj_struct* mapobj_struct::next |
Definition at line 121 of file map.h.
Referenced by add_mapobj(), add_mine(), del_mapobj(), explode_mines(), next_mapobj(), possible_mine_explosion(), recalculate_minefields(), and show_mines_in_hex().
Definition at line 116 of file map.h.
Referenced by add_links(), damage_cf(), find_entrance_by_target(), hit_building(), list_mapobjs(), map_add_block(), mech_enterbase(), recursively_updatelinks(), show_building_in_hex(), steppable_base_check(), and structure_name().
char mapobj_struct::type |
short mapobj_struct::x |
Definition at line 115 of file map.h.
Referenced by add_decoration(), add_entrances(), add_links(), add_mine(), del_mapobj(), find_decorations(), find_entrance(), find_entrance_by_xy(), find_mapobj(), fun_bthexinblz(), fun_btlistblz(), is_blocked_lz(), Leave_Hangar(), list_mapobjs(), litemark_map(), make_mine_explode(), map_add_block(), map_delobj(), mapobj_del(), mech_enterbase(), possible_mine_explosion(), recalculate_minefields(), and show_mines_in_hex().
short mapobj_struct::y |
Definition at line 115 of file map.h.
Referenced by add_decoration(), add_entrances(), add_links(), add_mine(), del_mapobj(), find_decorations(), find_entrance(), find_entrance_by_xy(), find_mapobj(), fun_bthexinblz(), fun_btlistblz(), is_blocked_lz(), Leave_Hangar(), list_mapobjs(), litemark_map(), make_mine_explode(), map_add_block(), map_delobj(), mapobj_del(), mech_enterbase(), possible_mine_explosion(), recalculate_minefields(), and show_mines_in_hex().