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

Class GameBooleanProperty


The Game Boolean Property Object

Game engine user defined boolean 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)
boolean value
Property value.