toggleconsole
Base Jedi Academy
Show/hide console
At a glance
| Field | Value |
|---|---|
| Category | Engine & diagnostics |
| Module | engine-client |
| Also registered in | engine-client |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | documented |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Syntax | toggleconsole |
| Cheat protected | No |
Arguments and gating
No verified argument schema is available beyond the syntax shown above.
Provenance
Origin: Base Jedi Academy
- Baseline evidence:
14cea1563762 - Upstream registration evidence: code/client/cl_console.cpp:242
- Attribution method:
present-in-openjk-initial-source-import - Attribution confidence:
high - Notes: Identifier is present in OpenJK’s initial Raven source-import snapshot. Dated commit evidence identifies later registration changes relative to the origin snapshot.
Later changes
These commits occur after the ultimate-origin introduction on TaystJK’s inherited first-parent lineage. Registration evidence is exact; behavior evidence requires a changed bound cvar reference or a changed registered command-handler hunk.
| Date | Change source | Commit / subject | Evidence | Confidence |
|---|---|---|---|---|
2013-04-07 |
OpenJK | af4b4c2de891Removed most Xbox stuff |
Changed the registered command handler. codemp/client/cl_console.cpp |
medium |
2013-04-24 |
OpenJK | 3e986be9ab0dMerge branch ‘master’ of https://github.com/Razish/OpenJK into modrender-port |
Changed the registered command handler. codemp/client/cl_console.cpp |
high |
2013-05-11 |
OpenJK | f203e799b14cMerge branch ‘master’ of https://github.com/Razish/OpenJK into modrender-port |
Changed the registered command handler. codemp/client/cl_keys.cpp |
high |
2013-08-15 |
OpenJK | 55c2d54b3409Major improvements to command completion |
Changed registration, default, flags, module, renderer scope, handler, or gating; and the registered command handler. codemp/client/cl_console.cpp, codemp/client/cl_keys.cpp |
medium |
2013-08-15 |
OpenJK | d43e7fab34a4Clear key states on console toggling to prevent keys sticking while opening and closing console. Also makes the escape console close bind be exclusive to closing console now. |
Changed the registered command handler. codemp/client/cl_keys.cpp |
medium |
2013-09-02 |
OpenJK | f8564ad61037Add con_autoclear cvar, defaults to 1. Disable this if you want the console input content to remain after the console closes. |
Changed the registered command handler. codemp/client/cl_console.cpp |
medium |
2014-02-01 |
OpenJK | b276c56dd51c[MP] Merged some ioq3 bind changes to MP along with togglemenu support. Console Command intercept should still work. |
Changed the registered command handler. codemp/client/cl_console.cpp |
medium |
2015-11-24 |
EternalJK | c8f6ea17a324Remove SP code |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/client/cl_console.cpp |
medium |
2016-03-05 |
EternalJK | b4c92e8bd16aNew console heights for Shift + CONSOLE and Ctrl + CONSOLE |
Changed the registered command handler. codemp/client/cl_keys.cpp |
medium |
2016-03-24 |
EternalJK | c9c6ab99fdd2Merge branch ‘master’ of https://github.com/JACoders/OpenJK into japro |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/client/cl_console.cpp |
medium |
2016-03-24 |
EternalJK | fa74b7e4e6b1Add Date/Time to console |
Changed the registered command handler. codemp/client/cl_console.cpp |
medium |
2018-02-05 |
EternalJK | 135f109285cbAdded con_scale from JK2MV. |
Changed the registered command handler. codemp/client/cl_console.cpp |
medium |
Evidence
- registration: codemp/client/cl_console.cpp:677 (Cmd_AddCommand)
- handler: codemp/client/cl_console.cpp:69