Blender  V3.3
Public Attributes | List of all members
BPy_StructRNA_Parse Struct Reference

#include <bpy_rna.h>

Public Attributes

StructRNAtype
 
const PointerRNAptr
 

Detailed Description

Struct used for RNA argument parsing functions:

Definition at line 198 of file bpy_rna.h.

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 202 of file bpy_rna.h.

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 200 of file bpy_rna.h.

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: