cl_exitCommand
TaystJK
Enables the /exit command
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 |
| Default | 0 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/qcommon/common.cpp:1414 |
1 |
Enabled. | codemp/qcommon/common.cpp:1414 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: TaystJK
- Ultimate-origin introduction:
baa02905f40fin TaystJK (content authored2024-02-03, PR opened2024-02-03, integrated2024-02-27) - Origin pull request: #130
- Upstream registration evidence: codemp/qcommon/common.cpp:1413
- 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 | 2024-02-03 |
2024-02-03 | 2024-02-27 |
baa02905f40f |
Ultimate origin |
| jaPRO | 2024-02-03 |
— | 2024-02-27 |
baa02905f40f |
Shared integration commit |
Evidence
- registration: codemp/qcommon/common.cpp:1413 (Cvar_Get)
- behavior: codemp/qcommon/common.cpp:1414