create-graphics-console-comp ["name"] ["title"] [window]
This command creates a non-instantiated component of the class graphics_console_comp.
The class description for the graphics_console_comp class: The "graphics_console_comp" component represents a graphical console for displaying output from a simulated graphics adapters and getting input for mouse and keyboard devices.
- name is Optional
- If not specified, the component will get a class-specific default name.
- title is Optional
- The Window title.
- window is Optional
- Try to open window if TRUE (default). FALSE disables the window.
std-comp