We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa84153 + 3104943 commit 57bdb68Copy full SHA for 57bdb68
tutorials/scripting/c_sharp/c_sharp_exports.rst
@@ -580,12 +580,6 @@ Exporting Godot dictionaries
580
Using the generic ``Godot.Collections.Dictionary<TKey, TValue>`` allows specifying
581
the types of the key and value elements of the dictionary.
582
583
-.. note::
584
-
585
- Typed dictionaries are currently unsupported in the Godot editor, so
586
- the Inspector will not restrict the types that can be assigned, potentially
587
- resulting in runtime exceptions.
588
589
.. code-block:: csharp
590
591
[Export]
0 commit comments