|
Blender V4.3
|
#include <cstdio>#include <cstdlib>#include <cstring>#include <ctime>#include "BLI_utildefines.h"#include "RNA_define.hh"#include "DNA_action_types.h"#include "rna_internal.hh"Go to the source code of this file.
Functions | |
| void | RNA_api_action (StructRNA *srna) |
| void RNA_api_action | ( | StructRNA * | srna | ) |
Definition at line 43 of file rna_action_api.cc.
References FUNC_USE_REPORTS, PARM_REQUIRED, PROP_NEVER_NULL, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), and RNA_def_pointer().
Referenced by rna_def_action().