]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Display dumptree in the menu_cmd help message
authorterencehill <piuntn@gmail.com>
Tue, 20 Feb 2018 17:58:36 +0000 (18:58 +0100)
committerterencehill <piuntn@gmail.com>
Tue, 20 Feb 2018 17:59:29 +0000 (18:59 +0100)
qcsrc/menu/command/menu_cmd.qc

index 18e5ae08123ff999f479c896f2eadc79de4972d6..e727b39e6446acbb10e8745c5b0a5bb93d3fcdea 100644 (file)
@@ -48,6 +48,7 @@ void GameCommand(string theCommand)
                LOG_INFO(_("Usage: menu_cmd command..., where possible commands are:"));
                LOG_INFO(_("  sync - reloads all cvars on the current menu page"));
                LOG_INFO(_("  directmenu ITEM - select a menu item as main item"));
+               LOG_INFO(_("  dumptree - dump the state of the menu as a tree to the console"));
 
                LOG_INFO("Generic commands shared by all programs:");
                GenericCommand_macro_help();