Crossfire Server, Trunk
R21670
|
#include <object.h>
Data Fields | |
tag_t | id |
struct oblnk * | next |
object * | ob |
tag_t oblnk::id |
ob's tag, in case it is removed.
Definition at line 447 of file object.h.
Referenced by add_button_link(), add_friendly_object(), get_button_links(), get_button_value(), init_mon_info(), trigger_connected(), update_button(), update_buttons(), and verify_button_links().
struct oblnk* oblnk::next |
Next item to link to.
Definition at line 446 of file object.h.
Referenced by add_button_link(), add_friendly_object(), add_to_racelist(), cfapi_friendlylist_get_next(), choose_cult_monster(), clean_friendly_list(), command_kill_pets(), command_showpets(), dump_friendly_objects(), dump_races(), free_all_readable(), free_globals(), free_objectlink(), free_races(), get_button_links(), get_button_value(), get_nearest_player(), get_next_mon(), get_random_mon(), init_mon_info(), is_friendly(), pets_remove_all(), pets_terminate_all(), remove_button_link(), remove_friendly_object(), START_TEST(), treasure_find_matching_type(), trigger_connected(), update_button(), update_buttons(), and verify_button_links().
object* oblnk::ob |
Item to link to.
Definition at line 445 of file object.h.
Referenced by add_button_link(), add_friendly_object(), add_to_racelist(), cfapi_friendlylist_get_next(), choose_cult_monster(), command_kill_pets(), command_showpets(), dump_friendly_objects(), dump_races(), get_button_links(), get_button_value(), get_nearest_player(), get_next_mon(), get_random_mon(), init_mon_info(), is_friendly(), pets_remove_all(), pets_terminate_all(), remove_button_link(), remove_friendly_object(), START_TEST(), treasure_find_matching_type(), trigger_connected(), update_button(), update_buttons(), and verify_button_links().