ConsoleLine(bpy_struct)
base class — bpy_struct
- class bpy.types.ConsoleLine(bpy_struct)
Input line for the interactive console
- body
Text in the line
- Type
string, default “”, (never None)
- current_character
- Type
int in [-inf, inf], default 0
- type
Console line type when used in scrollback
- Type
enum in [‘OUTPUT’, ‘INPUT’, ‘INFO’, ‘ERROR’], default ‘OUTPUT’
- classmethod bl_rna_get_subclass(id, default=None)
- Parameters
id (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Struct
subclass
Inherited Properties
Inherited Functions
References