MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / LaunchCustomGUI

Method LaunchCustomGUI

Source/Objects/hotspot.cpp:657–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655}
656
657void Hotspot::LaunchCustomGUI() {
658 if (as_context) {
659 as_context->CallScriptFunction(as_funcs.launch_custom_gui);
660 }
661}
662
663bool Hotspot::ObjectInspectorReadOnly() {
664 bool return_value = false;

Callers 3

UpdateControlsMethod · 0.80
DrawImGuiFunction · 0.80

Calls 1

CallScriptFunctionMethod · 0.45

Tested by

no test coverage detected