automap_toggle
Base Jedi Academy
Show/hide radar
At a glance
| Field | Value |
|---|---|
| Category | HUD & interface |
| Feature family | Automap |
| 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 | Yes — controls.menu:3314, ingame_controls.menu:3078 |
| Syntax | automap_toggle |
| 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: codemp/client/cl_input.cpp:1892
- 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-12-03 |
OpenJK | b12414718708[MP] Improve cvar code a bit further. Based mostly on zturtleman/spearmint@778bce425a2e6b6860e9d5ec4c7fc736311f9351. With some changes for legacy support still (and extra cvars that should be allowed in mods, if the mods were incorrectly setting them). And also some other misc stuff related to OpenJK specific. |
Changed the registered command handler. codemp/client/cl_input.cpp |
high |
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_input.cpp |
medium |
Evidence
- registration: codemp/client/cl_input.cpp:1816 (input command table)
- handler: codemp/client/cl_input.cpp:366