Blender V2.61 - r43446
|
#include <DNA_actuator_types.h>
Public Attributes | |
struct bActuator * | next |
struct bActuator * | prev |
struct bActuator * | mynew |
short | type |
short | flag |
short | otype |
short | go |
char | name [64] |
void * | data |
struct Object * | ob |
Definition at line 245 of file DNA_actuator_types.h.
void* bActuator::data |
data must point to an object actuator type struct.
Definition at line 258 of file DNA_actuator_types.h.
Referenced by BL_ConvertActuators(), copy_actuator(), direct_link_object(), do_logic_buts(), do_versions(), draw_actuator_armature(), draw_actuatorbuttons(), expand_object(), free_actuator(), init_actuator(), lib_link_object(), sca_remove_ob_poin(), set_sca_new_poins_ob(), and write_actuators().
short bActuator::flag |
Tells what type of actuator data DNA, RNA and .blend access holds.
Definition at line 251 of file DNA_actuator_types.h.
Referenced by clear_sca_new_poins_ob(), copy_actuator(), do_actuator_menu(), do_logic_buts(), logic_buttons(), logic_buttons_new(), new_actuator(), old_sca_move_actuator(), sca_move_actuator(), and set_sca_new_poins_ob().
short bActuator::go |
Definition at line 252 of file DNA_actuator_types.h.
struct bActuator * bActuator::mynew |
Definition at line 246 of file DNA_actuator_types.h.
Referenced by clear_sca_new_poins_ob(), copy_actuator(), get_selected_and_linked_obs(), set_sca_new_poins_ob(), and set_sca_ob().
char bActuator::name[64] |
Definition at line 253 of file DNA_actuator_types.h.
Referenced by actuator_add_exec(), BL_ConvertActuators(), do_logic_buts(), draw_actuator_header(), edit_actuator_invoke_properties(), logic_buttons(), make_unique_prop_names(), and new_actuator().
struct bActuator* bActuator::next |
Definition at line 246 of file DNA_actuator_types.h.
Referenced by BL_ConvertActuators(), clear_sca_new_poins_ob(), copy_actuators(), direct_link_object(), do_actuator_menu(), do_logic_buts(), do_versions(), expand_object(), lib_link_object(), logic_buttons(), logic_buttons_new(), make_unique_prop_names(), old_sca_move_actuator(), sca_move_actuator(), sca_remove_ob_poin(), set_sca_new_poins_ob(), set_sca_ob(), ui_add_smart_controller(), unlink_actuators(), and write_actuators().
struct Object* bActuator::ob |
For ipo's and props: to find out which object the actuator belongs to
Definition at line 263 of file DNA_actuator_types.h.
short bActuator::otype |
Definition at line 252 of file DNA_actuator_types.h.
Referenced by do_logic_buts(), do_versions(), and logic_buttons().
struct bActuator * bActuator::prev |
Definition at line 246 of file DNA_actuator_types.h.
Referenced by old_sca_move_actuator(), and sca_move_actuator().
short bActuator::type |
Definition at line 247 of file DNA_actuator_types.h.
Referenced by BL_ConvertActuators(), copy_actuator(), do_logic_buts(), do_versions(), draw_actuator_header(), draw_actuatorbuttons(), expand_object(), free_actuator(), init_actuator(), lib_link_object(), logic_buttons(), new_actuator(), sca_remove_ob_poin(), set_sca_new_poins_ob(), and write_actuators().