]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add a help for quickmenu command
authorterencehill <piuntn@gmail.com>
Sat, 29 Aug 2015 22:42:23 +0000 (00:42 +0200)
committerterencehill <piuntn@gmail.com>
Sat, 29 Aug 2015 22:42:23 +0000 (00:42 +0200)
qcsrc/client/command/cl_cmd.qc

index a93d66745362ddf2b36bbfbc3c6832f3a34f5d31..c3b601984b39d58dd7c212061b07157c532ae0df 100644 (file)
@@ -323,6 +323,9 @@ void LocalCommand_hud(int request, int argc)
                        print("  'configname' is the name to save to for \"save\" action,\n");
                        print("  'radartoggle' is to control hud_panel_radar_maximized for \"radar\" action,\n");
                        print("  and 'layout' is how to organize the scoreboard columns for the set action.\n");
+                       print("  quickmenu [[default | file | \"\"] submenu]\n");
+                       print("    Called without options (or with "") loads either the default quickmenu or a quickmenu file if hud_panel_quickmenu_file is set to a valid filename.\n");
+                       print("    Submenu option allows to open quickmenu directly in a submenu, it requires to specify 'default', 'file' or '\"\"' option.\n");
                        print("  Full list of commands here: \"configure, quickmenu, minigame, save, scoreboard_columns_help, scoreboard_columns_set, radar.\"\n");
                        return;
                }