Crossfire Server, Trunk
|
#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 452 of file object.h.
Referenced by add_button_link(), get_button_links(), get_button_value(), trigger_connected(), update_button(), and update_buttons().
struct oblnk* oblnk::next |
Next item to link to.
Definition at line 451 of file object.h.
Referenced by add_button_link(), command_kill_pets(), command_showpets(), free_all_readable(), free_objectlink(), get_button_links(), get_button_value(), get_nearest_player(), pets_terminate_all(), remove_button_link(), trigger_connected(), update_button(), and update_buttons().
object* oblnk::ob |
Item to link to.
Definition at line 450 of file object.h.
Referenced by add_button_link(), command_kill_pets(), command_showpets(), get_button_links(), get_button_value(), get_nearest_player(), get_next_mon(), remove_button_link(), trigger_connected(), update_button(), and update_buttons().