Link to C# Variant-compatible section directly

(cherry picked from commit 8b94fc9501)
This commit is contained in:
31
2024-02-03 19:46:56 -08:00
committed by Max Hilbrunner
parent a1be0931b0
commit 33ceecab84
9 changed files with 24 additions and 17 deletions

View File

@@ -813,7 +813,7 @@ Variant
-------
``Godot.Variant`` is used to represent Godot's native :ref:`Variant <class_Variant>` type.
Any Variant-compatible type can be converted from/to it.
Any :ref:`Variant-compatible type <c_sharp_variant_compatible_types>` can be converted from/to it.
See also: :ref:`doc_c_sharp_variant`.