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

#include <RNA_types.h>

Public Attributes

voiddata
 
StructRNAsrna
 
StructCallbackFunc call
 
StructFreeFunc free
 

Detailed Description

Extending

This struct must be embedded in *Type structs in order to make them definable through RNA.

Definition at line 764 of file RNA_types.h.

Member Data Documentation

◆ call

StructCallbackFunc ExtensionRNA::call

Definition at line 767 of file RNA_types.h.

◆ data

void* ExtensionRNA::data

◆ free

StructFreeFunc ExtensionRNA::free

◆ srna

StructRNA* ExtensionRNA::srna

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