================= Script_ShowMenu ================= */
| 2129 | ================= |
| 2130 | */ |
| 2131 | qboolean Script_ShowMenu(itemDef_t *item, const char **args) |
| 2132 | { |
| 2133 | const char *name; |
| 2134 | if (String_Parse(args, &name)) |
| 2135 | { |
| 2136 | Menus_ShowItems(name); |
| 2137 | } |
| 2138 | |
| 2139 | return qtrue; |
| 2140 | } |
| 2141 | |
| 2142 | |
| 2143 | /* |
nothing calls this directly
no test coverage detected