Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ HasCustomGUI
Method
HasCustomGUI
Source/Objects/hotspot.cpp:653–655 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
651
}
652
653
bool Hotspot::HasCustomGUI() {
654
return as_context && as_context->HasFunction(as_funcs.launch_custom_gui);
655
}
656
657
void Hotspot::LaunchCustomGUI() {
658
if (as_context) {
Callers
3
UpdateControls
Method · 0.80
DrawLaunchCustomGuiButton
Function · 0.80
DrawImGui
Function · 0.80
Calls
1
HasFunction
Method · 0.45
Tested by
no test coverage detected