Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ Resolve
Method
Resolve
engine/Poseidon/UI/Options/ButtonModalPage.cpp:87–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void ButtonModalPage::Resolve(OptionsShell& shell, int activatedIdc)
88
{
89
if (m_resolved)
90
return;
91
m_resolved = true;
92
OnResolved(shell, activatedIdc);
93
shell.PopPage();
94
}
95
96
} // namespace Poseidon
Callers
nothing calls this directly
Calls
1
PopPage
Method · 0.80
Tested by
no test coverage detected