|
Blender
V2.59
|
#include <stdlib.h>#include "RNA_define.h"#include "rna_internal.h"#include "DNA_property_types.h"#include "WM_types.h"Go to the source code of this file.
Functions | |
| void | RNA_def_gameproperty (BlenderRNA *brna) |
Definition in file rna_property.c.
| void RNA_def_gameproperty | ( | BlenderRNA * | brna | ) |
Definition at line 98 of file rna_property.c.
References GPROP_BOOL, GPROP_FLOAT, GPROP_INT, GPROP_STRING, GPROP_TIME, MAX_PROPSTRING, NC_LOGIC, NULL, PROP_BOOLEAN, PROP_DEBUG, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_float_funcs(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_maxlength(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_refine_func(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().