godot/modules/mono/doc_classes/CSharpScript.xml

22 lines
761 B
XML
Raw Normal View History

2017-10-02 23:24:00 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CSharpScript" inherits="Script" version="4.0">
2017-10-02 23:24:00 +02:00
<brief_description>
A script implemented in the C# programming language (Mono-enabled builds only).
2017-10-02 23:24:00 +02:00
</brief_description>
<description>
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">https://docs.godotengine.org/en/latest/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>
Returns a new instance of the script.
2017-10-02 23:24:00 +02:00
</description>
</method>
</methods>
</class>