com_waitingForKey
TaystJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls com_waitingForKey in the engine-shared module. Consult the cited behavior reads before relying on values not listed here.
At a glance
| Field | Value |
|---|---|
| Category | Input & controls |
| Module | engine-shared |
| Also registered in | engine-shared |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | code-trace |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Default | 0 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | shared/sdl/sdl_input.cpp:203 |
1 |
Enabled. | shared/sdl/sdl_input.cpp:203 |
Flags
CVAR_ROM— read-only after registration
Provenance
Origin: TaystJK
- Ultimate-origin introduction:
a1ee9793b45din TaystJK (content authored2025-04-26, PR opened2025-04-21, integrated2025-04-26) - Origin pull request: #225
- Upstream registration evidence: shared/sdl/sdl_input.cpp:201
- Attribution method:
earliest-authored-project-introduction - Attribution confidence:
high
Dated project introductions
Authored dates come from the exact registration’s first content commit, PR dates identify when work was proposed to each project, and integration dates come from each first-parent mainline. A project merging first does not override earlier upstream authorship or submission.
| Project | Authored | PR opened | Integrated | Commit | Relationship |
|---|---|---|---|---|---|
| TaystJK | 2025-04-26 |
2025-04-21 | 2025-04-26 |
a1ee9793b45d |
Ultimate origin |
| jaPRO | 2025-04-26 |
— | 2025-04-26 |
a1ee9793b45d |
Shared integration commit |
Evidence
- registration: shared/sdl/sdl_input.cpp:201 (Cvar_Get)
- registration: shared/sys/sys_main.cpp:181 (Cvar_Get)
- behavior: shared/sdl/sdl_input.cpp:203
- behavior: codemp/ui/ui_shared.c:1480
- behavior: codemp/ui/ui_shared.c:4389
- behavior: codemp/ui/ui_shared.c:4449
- behavior: codemp/ui/ui_shared.c:5286