Blender V2.61 - r43446
|
#include <DNA_property_types.h>
Public Attributes | |
struct bProperty * | next |
struct bProperty * | prev |
char | name [64] |
short | type |
short | flag |
int | data |
void * | poin |
Definition at line 44 of file DNA_property_types.h.
int bProperty::data |
Definition at line 48 of file DNA_property_types.h.
Referenced by add_property(), BL_ConvertProperties(), compare_property(), copy_property(), direct_link_object(), do_versions(), free_property(), init_property(), set_property(), set_property_valstr(), and write_properties().
short bProperty::flag |
Definition at line 47 of file DNA_property_types.h.
Referenced by BL_ConvertProperties().
char bProperty::name[64] |
Definition at line 46 of file DNA_property_types.h.
Referenced by BL_ConvertProperties(), copymenu_properties(), game_property_new(), gameprops_itemf(), get_property__internal(), make_unique_prop_names(), new_property(), objects_share_gameprop(), set_ob_property(), and unique_property().
struct bProperty* bProperty::next |
Definition at line 45 of file DNA_property_types.h.
Referenced by BL_ConvertProperties(), copy_properties(), copymenu_properties(), direct_link_object(), do_versions(), game_property_copy_exec(), gameprops_itemf(), get_property__internal(), make_unique_prop_names(), objects_share_gameprop(), and write_properties().
void* bProperty::poin |
Definition at line 49 of file DNA_property_types.h.
Referenced by BL_ConvertProperties(), compare_property(), copy_property(), direct_link_object(), free_property(), init_property(), set_property(), set_property_valstr(), and write_properties().
struct bProperty * bProperty::prev |
Definition at line 45 of file DNA_property_types.h.
Referenced by unique_property().
short bProperty::type |
Definition at line 47 of file DNA_property_types.h.
Referenced by add_property(), BL_ConvertProperties(), BL_ConvertTextProperty(), compare_property(), do_versions(), init_property(), new_property(), set_property(), and set_property_valstr().