Blender V2.61 - r43446
|
#include <DNA_controller_types.h>
Public Attributes | |
struct bController * | next |
struct bController * | prev |
struct bController * | mynew |
short | type |
short | flag |
short | inputs |
short | totlinks |
short | otype |
short | totslinks |
short | pad2 |
short | pad3 |
char | name [64] |
void * | data |
struct bActuator ** | links |
struct bSensor ** | slinks |
short | val |
short | valo |
unsigned int | state_mask |
Definition at line 52 of file DNA_controller_types.h.
void* bController::data |
Definition at line 58 of file DNA_controller_types.h.
Referenced by BL_ConvertControllers(), copy_controller(), direct_link_object(), draw_controllerbuttons(), expand_object(), free_controller(), init_controller(), lib_link_object(), unlink_text(), and write_controllers().
short bController::flag |
Definition at line 54 of file DNA_controller_types.h.
Referenced by BL_ConvertControllers(), clear_sca_new_poins_ob(), copy_controller(), do_controller_menu(), do_logic_buts(), logic_buttons(), new_controller(), and set_sca_new_poins_ob().
short bController::inputs |
Definition at line 54 of file DNA_controller_types.h.
struct bActuator** bController::links |
Definition at line 60 of file DNA_controller_types.h.
Referenced by copy_controller(), direct_link_object(), free_controller(), get_selected_and_linked_obs(), lib_link_object(), LinkControllerToActuators(), logic_buttons(), logic_buttons_new(), set_sca_new_poins_ob(), unlink_actuator(), and write_controllers().
struct bController * bController::mynew |
Definition at line 53 of file DNA_controller_types.h.
Referenced by clear_sca_new_poins_ob(), copy_controller(), get_selected_and_linked_obs(), set_sca_new_poins_ob(), and set_sca_ob().
char bController::name[64] |
Definition at line 57 of file DNA_controller_types.h.
Referenced by BL_ConvertControllers(), controller_add_exec(), do_logic_buts(), draw_controller_header(), edit_controller_invoke_properties(), get_state_name(), logic_buttons(), make_unique_prop_names(), and new_controller().
struct bController* bController::next |
Definition at line 53 of file DNA_controller_types.h.
Referenced by BL_ConvertControllers(), clear_sca_new_poins_ob(), copy_controllers(), direct_link_object(), do_controller_menu(), do_logic_buts(), expand_object(), get_selected_and_linked_obs(), get_state_name(), lib_link_object(), logic_buttons(), logic_buttons_new(), make_unique_prop_names(), old_sca_move_controller(), sca_move_controller(), set_sca_new_poins_ob(), set_sca_ob(), unlink_actuator(), unlink_controllers(), unlink_text(), and write_controllers().
short bController::otype |
Definition at line 55 of file DNA_controller_types.h.
Referenced by do_logic_buts(), and logic_buttons().
short bController::pad2 |
Definition at line 55 of file DNA_controller_types.h.
short bController::pad3 |
Definition at line 55 of file DNA_controller_types.h.
struct bController * bController::prev |
Definition at line 53 of file DNA_controller_types.h.
Referenced by old_sca_move_controller(), and sca_move_controller().
struct bSensor** bController::slinks |
Definition at line 62 of file DNA_controller_types.h.
Referenced by copy_controller(), free_controllers(), and lib_link_object().
unsigned int bController::state_mask |
Definition at line 64 of file DNA_controller_types.h.
Referenced by BL_ConvertControllers(), controller_add_exec(), controller_state_mask_menu(), direct_link_object(), do_logic_buts(), get_state_name(), logic_buttons(), logic_buttons_new(), old_sca_move_controller(), and sca_move_controller().
short bController::totlinks |
Definition at line 54 of file DNA_controller_types.h.
Referenced by get_selected_and_linked_obs(), lib_link_object(), LinkControllerToActuators(), logic_buttons(), logic_buttons_new(), set_sca_new_poins_ob(), unlink_actuator(), and write_controllers().
short bController::totslinks |
Definition at line 55 of file DNA_controller_types.h.
Referenced by copy_controller(), and lib_link_object().
short bController::type |
Definition at line 54 of file DNA_controller_types.h.
Referenced by BL_ConvertControllers(), do_logic_buts(), draw_controller_header(), draw_controllerbuttons(), expand_object(), init_controller(), lib_link_object(), logic_buttons(), new_controller(), unlink_text(), and write_controllers().
short bController::val |
Definition at line 63 of file DNA_controller_types.h.
short bController::valo |
Definition at line 63 of file DNA_controller_types.h.