mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Documentation page about C#/GDScript interactions (#2826)
This commit is contained in:
committed by
Rémi Verschelde
parent
2a0ce66793
commit
fae465f34f
@@ -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
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user