MCPcopy 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
653bool Hotspot::HasCustomGUI() {
654 return as_context && as_context->HasFunction(as_funcs.launch_custom_gui);
655}
656
657void Hotspot::LaunchCustomGUI() {
658 if (as_context) {

Callers 3

UpdateControlsMethod · 0.80
DrawImGuiFunction · 0.80

Calls 1

HasFunctionMethod · 0.45

Tested by

no test coverage detected