123456789101112131415161718192021222324 |
- Console started
- help
- - List of registered console commands:
- - ? - displays help for a single command or all commands
- - Help - displays help for a single command or all commands
- - cls - clears screen
- - Console.Hide - hides the console
- - Console.Color - displays and allows to change the color of the console
- - Console.Ren - renames any command
- - Console.ClearTypedCommands - clears Typed Commands list
- - System.Time - displays current system time
- - System.Date - displays current system date
- - Viewer.FPS - displays GLSceneViewer FPS
- - Viewer.ResetPerformanceMonitor - resets GLSceneViewer FPS monitor
- - Viewer.VSync - displays and allows to change GLSceneViewer VSync
- - Viewer.AntiAliasing - displays and allows to change GLSceneViewer AntiAliasing
- - hello -
- - - Says hi to you too
- - -
- - -
- - -
- - List of additional console commands:
- - echo
- - exit
|