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