Package bpy :: Module types :: Class GameIntProperty
[hide private]
[frames] | no frames]

Class GameIntProperty


The Game Integer Property Object

Game engine user defined integer number property.

(no references to this struct found)

Instance Variables [hide private]
boolean debug
Print debug information for this property. (Inherited from bpy.types.GameProperty)
string name
Available as as GameObject attributes in the game engines python api (maximum length of 32) (Inherited from bpy.types.GameProperty)
enum type
Type in... (Inherited from bpy.types.GameProperty)
int in [-10000, 10000] value
Property value.