Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ Script_OpenGoToMenu
Function
Script_OpenGoToMenu
code/ui/ui_shared.cpp:2223–2227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2221
}
2222
2223
qboolean Script_OpenGoToMenu(itemDef_t *item, const char **args)
2224
{
2225
Menus_OpenByName(GoToMenu); // Give warning
2226
return qtrue;
2227
}
2228
2229
2230
/*
Callers
nothing calls this directly
Calls
1
Menus_OpenByName
Function · 0.70
Tested by
no test coverage detected