Files
engine/modules/mono/doc_classes/CSharpScript.xml
T

22 lines
732 B
XML
Raw Normal View History

2017-10-02 23:24:00 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-02-18 13:59:24 +01:00
<class name="CSharpScript" inherits="Script" version="4.0">
2017-10-02 23:24:00 +02:00
<brief_description>
2020-06-16 11:12:57 +02:00
A script implemented in the C# programming language (Mono-enabled builds only).
2017-10-02 23:24:00 +02:00
</brief_description>
<description>
2020-06-16 11:12:57 +02:00
This class represents a C# script. It is the C# equivalent of the [GDScript] class and is only available in Mono-enabled Godot builds.
See also [GodotSharp].
2017-10-02 23:24:00 +02:00
</description>
<tutorials>
<link title="C# documentation index">$DOCS_URL/tutorials/scripting/c_sharp/index.html</link>
2017-10-02 23:24:00 +02:00
</tutorials>
<methods>
<method name="new" qualifiers="vararg">
2021-10-01 08:14:54 +02:00
<return type="Variant" />
2017-10-02 23:24:00 +02:00
<description>
2020-06-16 11:12:57 +02:00
Returns a new instance of the script.
2017-10-02 23:24:00 +02:00
</description>
</method>
</methods>
</class>