Documentation page about C#/GDScript interactions (#2826)

This commit is contained in:
Paul Joannon
2019-12-21 11:52:32 +01:00
committed by Rémi Verschelde
parent 2a0ce66793
commit fae465f34f
5 changed files with 207 additions and 4 deletions

View File

@@ -300,10 +300,7 @@ Variant
Communicating with other scripting languages
--------------------------------------------
The methods ``object Object.Call(string method, params object[] args)``,
``object Object.Get(string field)`` and ``object Object.Set(string field, object value)``
are provided to communicate with instances of other
scripting languages via the Variant API.
This is explained extensively in :ref:`doc_cross_language_scripting`.
Yield
-----