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

Class GameStringProperty


The Game String Property Object

Game engine user defined text string 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)
string value
Property value.
Instance Variable Details [hide private]

value

Property value. (maximum length of 128)
Type:
string