Blender V5.0
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 243 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 247 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 245 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: