Blender V2.61 - r43446
Functions | Variables

rna_property.c File Reference

#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)

Variables

EnumPropertyItem gameproperty_type_items []

Detailed Description

Definition in file rna_property.c.


Function Documentation

void RNA_def_gameproperty ( BlenderRNA brna)

Variable Documentation

Initial value:
{
    {GPROP_BOOL, "BOOL", 0, "Boolean", "Boolean Property"},
    {GPROP_INT, "INT", 0, "Integer", "Integer Property"},
    {GPROP_FLOAT, "FLOAT", 0, "Float", "Floating-Point Property"},
    {GPROP_STRING, "STRING", 0, "String", "String Property"},
    {GPROP_TIME, "TIMER", 0, "Timer", "Timer Property"},
    {0, NULL, 0, NULL, NULL}}

Definition at line 38 of file rna_property.c.

Referenced by OBJECT_OT_game_property_new().