print

OpenJK

Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.

Print cvar help

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 medium
In-game xdocs No
In-game menu No
Syntax print <variable>
Cheat protected No

Arguments and gating

No verified argument schema is available beyond the syntax shown above.

Provenance

Origin: OpenJK

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
OpenJK 2013-04-05 2013-04-07 3b9054288cb6 Ultimate origin
EternalJK 2013-04-05 2013-04-07 3b9054288cb6 Shared integration commit
rend2 2013-04-05 2013-04-07 3b9054288cb6 Shared integration commit
TaystJK 2013-04-05 2013-04-07 3b9054288cb6 Shared integration commit
jaPRO 2013-04-05 2013-04-07 3b9054288cb6 Shared integration commit
NewJK / NewMod 2013-04-05 2013-04-07 3b9054288cb6 Shared integration commit
Vulkan 2013-04-05 2013-04-07 3b9054288cb6 Shared integration commit
JK2MV 2015-08-18 2015-08-18 902fa2385f9b 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
2013-08-09 OpenJK bb0894c030b3
Mega improvmements to SP’s startup variable support from MP. (init-only cvars work correctly) Mega improvmements to SP’s cvar code from MP: - Cvars use hash lookup now. - Max Cvars bumped to 2048. - Using ! in a bind on a cvar is correct now. - print command for printing info. (same as /cvarname but useful for when cmd+cvar clash) - unset un-sets a cvar entirely if its user created. - cleaned up set/sets/seta/setu - /cvarname now will accept all args instead of just the first - toggle cmd improved - cvar range checking code added (though not much actually uses it yet) - latched+cheat cvar escaping fixed - cheat cvars aren't hidden from cvarlist anymore - Possibly a few other misc things I missed.
Changed registration, default, flags, module, renderer scope, handler, or gating. code/qcommon/cvar.cpp medium
2013-08-15 OpenJK f7058dcb5644
Add cvar_modified command, improve cvarlist command
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/qcommon/cvar.cpp medium
2013-08-16 OpenJK 82badfabf174
Massive SP upgrade patch. Merges the console overhaul to SP. Fixes extension functions in SP. Rename qport to net_qport in SP. Remove alt-tab diasabler from SP. Fixed up command buffer code in SP. Fixed up configs loading on startup in SP.
Changed registration, default, flags, module, renderer scope, handler, or gating. code/qcommon/cvar.cpp medium
2014-01-30 OpenJK 1ba18ae105e7
Fix warning for signed cvar flags
Changed the registered command handler. codemp/qcommon/cvar.cpp medium
2015-11-24 EternalJK c8f6ea17a324
Remove SP code
Changed registration, default, flags, module, renderer scope, handler, or gating. code/qcommon/cvar.cpp medium
2016-03-24 EternalJK c9c6ab99fdd2
Merge branch ‘master’ of https://github.com/JACoders/OpenJK into japro
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/qcommon/cvar.cpp medium

Evidence