Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions tutorials/scripting/c_sharp/c_sharp_exports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down