|
Blender V4.3
|
#include <RNA_types.hh>
Public Attributes | |
| intptr_t | array_tot |
| void * | array |
Mainly to avoid confusing casts.
Definition at line 641 of file RNA_types.hh.
| void* ParameterDynAlloc::array |
Definition at line 644 of file RNA_types.hh.
Referenced by py_to_array(), pyrna_param_to_py(), RNA_parameter_get(), RNA_parameter_list_create(), RNA_parameter_list_free(), and RNA_parameter_set().
| intptr_t ParameterDynAlloc::array_tot |
Important, this breaks when set to an int.
Definition at line 643 of file RNA_types.hh.
Referenced by py_to_array(), pyrna_param_to_py(), RNA_parameter_list_create(), and RNA_parameter_set().