Browse Source

Merge pull request #11164 from AtelierFerrofell/master

Update c_sharp_exports.rst to remove note about typed dictionary support
Max Hilbrunner 6 days ago
parent
commit
57bdb6851c
1 changed files with 0 additions and 6 deletions
  1. 0 6
      tutorials/scripting/c_sharp/c_sharp_exports.rst

+ 0 - 6
tutorials/scripting/c_sharp/c_sharp_exports.rst

@@ -580,12 +580,6 @@ Exporting Godot dictionaries
 Using the generic ``Godot.Collections.Dictionary<TKey, TValue>`` allows specifying
 the types of the key and value elements of the dictionary.
 
-.. note::
-
-    Typed dictionaries are currently unsupported in the Godot editor, so
-    the Inspector will not restrict the types that can be assigned, potentially
-    resulting in runtime exceptions.
-
 .. code-block:: csharp
 
     [Export]