Skip to content

Commit 57bdb68

Browse files
authored
Merge pull request #11164 from AtelierFerrofell/master
Update c_sharp_exports.rst to remove note about typed dictionary support
2 parents fa84153 + 3104943 commit 57bdb68

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tutorials/scripting/c_sharp/c_sharp_exports.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -580,12 +580,6 @@ Exporting Godot dictionaries
580580
Using the generic ``Godot.Collections.Dictionary<TKey, TValue>`` allows specifying
581581
the types of the key and value elements of the dictionary.
582582

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-
589583
.. code-block:: csharp
590584
591585
[Export]

0 commit comments

Comments
 (0)