Browse Source

Update c_sharp_exports.rst to remove note about typed dictionary support

That note appears to be obsolete
AtelierFerrofell 1 week ago
parent
commit
310494375b
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
 Using the generic ``Godot.Collections.Dictionary<TKey, TValue>`` allows specifying
 the types of the key and value elements of the dictionary.
 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
 .. code-block:: csharp
 
 
     [Export]
     [Export]