Blender
V3.3
|
#include <DNA_sdna_types.h>
Public Attributes | |
short | type |
short | name |
Definition at line 17 of file DNA_sdna_types.h.
short SDNA_StructMember::name |
An index into SDNA->names.
Definition at line 23 of file DNA_sdna_types.h.
Referenced by DNA_sdna_alias_data_ensure(), DNA_sdna_patch_struct_member_nr(), DNA_struct_switch_endian(), elem_exists_impl(), elem_offset(), find_member_with_matching_name(), get_member_size_in_bytes(), get_struct_member_category(), init_reconstruct_step_for_member(), init_structDNA(), rna_find_sdna_member(), sdna_expand_names(), and set_compare_flags_for_struct().
short SDNA_StructMember::type |
This struct must not change, it's only a convenience view for raw data stored in SDNA. An index into SDNA->types.
Definition at line 21 of file DNA_sdna_types.h.
Referenced by DNA_struct_switch_endian(), elem_exists_impl(), elem_offset(), get_member_size_in_bytes(), get_struct_member_category(), init_reconstruct_step_for_member(), init_structDNA(), rna_find_sdna_member(), and set_compare_flags_for_struct().