MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_var_value

Method get_var_value

editor/debugger/script_editor_debugger.cpp:1360–1365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1358}
1359
1360String ScriptEditorDebugger::get_var_value(const String &p_var) const {
1361 if (!is_breaked()) {
1362 return String();
1363 }
1364 return inspector->get_stack_variable(p_var);
1365}
1366
1367void ScriptEditorDebugger::_resources_reimported(const PackedStringArray &p_resources) {
1368 Array msg = { p_resources };

Callers

nothing calls this directly

Calls 2

get_stack_variableMethod · 0.80
StringClass · 0.50

Tested by

no test coverage detected