|
Blender V4.3
|
#include <bpy_rna.hh>
Public Attributes | |
| StructRNA * | type |
| const PointerRNA * | ptr |
Struct used for RNA argument parsing functions:
Definition at line 214 of file bpy_rna.hh.
| const PointerRNA* BPy_StructRNA_Parse::ptr |
Result, may be PointerRNA_NULL if pyrna_struct_as_ptr_or_null_parse is used.
Definition at line 218 of file bpy_rna.hh.
Referenced by pyrna_struct_as_ptr_or_null_parse(), and pyrna_struct_as_ptr_parse().
| StructRNA* BPy_StructRNA_Parse::type |
The struct RNA must match this type.
Definition at line 216 of file bpy_rna.hh.
Referenced by pyrna_struct_as_ptr_or_null_parse(), and pyrna_struct_as_ptr_parse().