Crossfire Server, Trunk
|
#include <object.h>
Data Fields | |
tag_t | id |
objectlink * | next |
object * | ob |
tag_t objectlink::id |
ob's tag, in case it is removed.
Definition at line 463 of file object.h.
Referenced by add_button_link(), get_button_links(), get_button_value(), trigger_connected(), update_button(), and update_buttons().
objectlink* objectlink::next |
Next item to link to.
Definition at line 462 of file object.h.
Referenced by add_button_link(), command_kill_pets(), command_showpets(), 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* objectlink::ob |
Item to link to.
Definition at line 461 of file object.h.
Referenced by add_button_link(), command_kill_pets(), command_showpets(), get_button_links(), get_button_value(), get_nearest_player(), remove_button_link(), trigger_connected(), update_button(), and update_buttons().