![]() |
Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
| struct | bProperty |
Defines | |
| #define | GPROP_BOOL 0 |
| #define | GPROP_INT 1 |
| #define | GPROP_FLOAT 2 |
| #define | GPROP_STRING 3 |
| #define | GPROP_VECTOR 4 |
| #define | GPROP_TIME 5 |
| #define | PROP_DEBUG 1 |
| #define | MAX_PROPSTRING 128 |
Typedefs | |
| typedef struct bProperty | bProperty |
Definition in file DNA_property_types.h.
| #define GPROP_BOOL 0 |
Definition at line 54 of file DNA_property_types.h.
Referenced by add_property(), BL_ConvertProperties(), BL_ConvertTextProperty(), compare_property(), init_property(), set_property(), and set_property_valstr().
| #define GPROP_FLOAT 2 |
Definition at line 56 of file DNA_property_types.h.
Referenced by add_property(), BL_ConvertProperties(), BL_ConvertTextProperty(), compare_property(), init_property(), set_property(), and set_property_valstr().
| #define GPROP_INT 1 |
Definition at line 55 of file DNA_property_types.h.
Referenced by add_property(), BL_ConvertProperties(), BL_ConvertTextProperty(), compare_property(), init_property(), set_property(), and set_property_valstr().
| #define GPROP_STRING 3 |
Definition at line 57 of file DNA_property_types.h.
Referenced by add_property(), BL_ConvertProperties(), BL_ConvertTextProperty(), compare_property(), init_property(), set_property(), and set_property_valstr().
| #define GPROP_TIME 5 |
Definition at line 59 of file DNA_property_types.h.
Referenced by add_property(), BL_ConvertProperties(), BL_ConvertTextProperty(), compare_property(), do_versions(), init_property(), set_property(), and set_property_valstr().
| #define GPROP_VECTOR 4 |
Definition at line 58 of file DNA_property_types.h.
| #define MAX_PROPSTRING 128 |
Definition at line 64 of file DNA_property_types.h.
Referenced by draw_mesh_text(), init_property(), RNA_def_gameproperty(), and set_property_valstr().
| #define PROP_DEBUG 1 |
Definition at line 62 of file DNA_property_types.h.
Referenced by BL_ConvertProperties(), and RNA_def_gameproperty().