mpause
NewJK / NewMod
Simulates the operating system play/pause media key. Registered only in Windows builds.
At a glance
| Field | Value |
|---|---|
| Category | Engine & diagnostics |
| Module | engine-shared |
| Also registered in | engine-shared |
| 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 | mpause |
| Cheat protected | No |
Arguments and gating
No verified argument schema is available beyond the syntax shown above.
Provenance
Origin: NewJK / NewMod
- Ultimate-origin introduction:
c3f27b42e4f3in NewJK / NewMod (content authored2016-05-29, integrated2016-05-29) - TaystJK integration evidence:
1dd571383a0d - Upstream registration evidence: codemp/qcommon/common.cpp:1222
- Attribution method:
earliest-authored-project-introduction - Attribution confidence:
high - Notes: Dated commit evidence identifies later registration changes relative to the origin snapshot.
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 |
|---|---|---|---|---|---|
| NewJK / NewMod | 2016-05-29 |
— | 2016-05-29 |
c3f27b42e4f3 |
Ultimate origin |
| TaystJK | 2022-04-18 |
— | 2022-04-20 |
1dd571383a0d |
Other project appearance |
| jaPRO | 2022-04-18 |
— | 2022-04-20 |
1dd571383a0d |
Other project appearance |
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 |
|---|---|---|---|---|
2022-04-20 |
TaystJK | 1dd571383a0dMerge remote-tracking branch ‘origin/master’ |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/qcommon/common.cpp, codemp/qcommon/qcommon.h |
medium |
Evidence
- registration: codemp/qcommon/common.cpp:1411 (Cmd_AddCommand); condition
defined(_WIN32) - handler: codemp/qcommon/common.cpp:531