base class — bpy_struct
subclasses — GameStringProperty, GameFloatProperty, GameIntProperty, GameTimerProperty, GameBooleanProperty
Game engine user defined object property
Available as GameObject attributes in the game engine’s python API
Type: | string, default “”, (never None) |
---|
Print debug information for this property
Type: | boolean, default False |
---|
Type: | enum in [‘BOOL’, ‘INT’, ‘FLOAT’, ‘STRING’, ‘TIMER’], default ‘BOOL’ |
---|
Inherited Properties
Inherited Functions
References