Blender V4.3
BPy_StructRNA_Parse Struct Reference

#include <bpy_rna.hh>

Public Attributes

StructRNAtype
 
const PointerRNAptr
 

Detailed Description

Struct used for RNA argument parsing functions:

Definition at line 214 of file bpy_rna.hh.

Member Data Documentation

◆ ptr

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().

◆ type

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().


The documentation for this struct was generated from the following file: