Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ CreateMainOptionsUI
Function
CreateMainOptionsUI
engine/Poseidon/UI/DisplayUIMenus.cpp:1952–1955 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1950
1951
AbstractOptionsUI* CreateMainOptionsUI()
1952
{
1953
return new DisplayMain(nullptr);
1954
}
1955
1956
AbstractOptionsUI* CreateEndOptionsUI(int mode)
1957
{
1958
Fail(
"Obsolete"
);
Callers
1
CreateMainOptions
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected