Skip to content

HUD: allow panels to define in their own files their own saved cvars

terencehill requested to merge terencehill/hud_cvar_exporter into master

HUD: allow panels to define in their own files their own saved cvars

Remove the HUD_WriteCvars hook as it's no longer needed now. Mods using it must simply change <my_mod>_HUD_WriteCvars(float fh) into <my_panel_draw_function>_Export(int fh)

It implements #1883 (closed)

Edited by terencehill

Merge request reports