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

#include <rna_internal.h>

Public Attributes

ContainerDefRNA cont
 
FunctionRNAfunc
 
const char * srna
 
const char * call
 
const char * gencall
 

Detailed Description

Definition at line 44 of file rna_internal.h.

Member Data Documentation

◆ call

const char* FunctionDefRNA::call

◆ cont

ContainerDefRNA FunctionDefRNA::cont

◆ func

FunctionRNA* FunctionDefRNA::func

◆ gencall

const char* FunctionDefRNA::gencall

Definition at line 50 of file rna_internal.h.

Referenced by rna_def_function_funcs(), and rna_generate_struct().

◆ srna

const char* FunctionDefRNA::srna

Definition at line 48 of file rna_internal.h.


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