diff options
| author | Andreas Haas | 2017-10-03 00:13:40 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-03 00:13:40 +0200 |
| commit | b0194a33f65970948ef66819913bf3034a3a22e8 (patch) | |
| tree | 35e21b53b10bbd525506bb5b72b7f89214e1234f /modules/mono/doc_classes/CSharpScript.xml | |
| parent | 5cd68abf8896fd86a33c048d6fece61c3cd3f8e5 (diff) | |
| parent | d5caf71c3fcdeb422d1b0ea97a836fcdb57a8713 (diff) | |
| download | godot-b0194a33f65970948ef66819913bf3034a3a22e8.tar.gz godot-b0194a33f65970948ef66819913bf3034a3a22e8.tar.zst godot-b0194a33f65970948ef66819913bf3034a3a22e8.zip | |
Merge pull request #11739 from neikeq/tengo-el-mono
Moved mono module here
Diffstat (limited to 'modules/mono/doc_classes/CSharpScript.xml')
| -rw-r--r-- | modules/mono/doc_classes/CSharpScript.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/mono/doc_classes/CSharpScript.xml b/modules/mono/doc_classes/CSharpScript.xml new file mode 100644 index 000000000..5f21c9774 --- /dev/null +++ b/modules/mono/doc_classes/CSharpScript.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<class name="CSharpScript" inherits="Script" category="Core" version="3.0.alpha.custom_build"> + <brief_description> + </brief_description> + <description> + </description> + <tutorials> + </tutorials> + <demos> + </demos> + <methods> + <method name="new" qualifiers="vararg"> + <return type="Object"> + </return> + <description> + </description> + </method> + </methods> + <constants> + </constants> +</class> |
