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

Class GameProperty


The Game Property Object

Game engine user defined object property.

References

Instance Variables [hide private]
boolean debug
Print debug information for this property.
string name
Available as as GameObject attributes in the game engines python api (maximum length of 32)
enum type
Type in...
Instance Variable Details [hide private]

type

Type in...
  • BOOL
  • INT
  • FLOAT
  • STRING
  • TIMER
Type:
enum