waitfcancel
NewJK / NewMod
Cancels pending frame-based waitf entries whose command text contains the supplied text. An empty string matches every pending waitf.
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 | waitfcancel <text> |
| Cheat protected | No |
Arguments and gating
Arguments: text.
Provenance
Origin: NewJK / NewMod
- Ultimate-origin introduction:
0954d89c63dbin NewJK / NewMod (content authored2021-05-21, integrated2021-05-21) - TaystJK integration evidence:
1dd571383a0d - Upstream registration evidence: codemp/qcommon/cmd.cpp:1189
- 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 |
|---|---|---|---|---|---|
| NewJK / NewMod | 2021-05-21 |
— | 2021-05-21 |
0954d89c63db |
Ultimate origin |
| TaystJK | 2022-04-03 |
— | 2022-04-20 |
1dd571383a0d |
Other project appearance |
| jaPRO | 2022-04-03 |
— | 2022-04-20 |
1dd571383a0d |
Other project appearance |
Evidence
- registration: codemp/qcommon/cmd.cpp:1221 (Cmd_AddCommand)
- handler: codemp/qcommon/cmd.cpp:118