Merge pull request #115928 from Naros/fix-typed-dictionary-types

Debugger: Fix typed dictionary hint string
This commit is contained in:
Thaddeus Crews 2026-02-06 08:17:53 -06:00
commit 9ecd611b51
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -126,7 +126,7 @@ void EditorDebuggerRemoteObjects::_bind_methods() {
ClassDB::bind_method("_hide_script_from_inspector", &EditorDebuggerRemoteObjects::_hide_script_from_inspector);
ClassDB::bind_method("_hide_metadata_from_inspector", &EditorDebuggerRemoteObjects::_hide_metadata_from_inspector);
ADD_SIGNAL(MethodInfo("values_edited", PropertyInfo(Variant::STRING, "property"), PropertyInfo(Variant::DICTIONARY, "values", PROPERTY_HINT_DICTIONARY_TYPE, "uint64_t:Variant"), PropertyInfo(Variant::STRING, "field")));
ADD_SIGNAL(MethodInfo("values_edited", PropertyInfo(Variant::STRING, "property"), PropertyInfo(Variant::DICTIONARY, "values", PROPERTY_HINT_DICTIONARY_TYPE, "uint64_t;Variant"), PropertyInfo(Variant::STRING, "field")));
}
/// EditorDebuggerInspector