diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-03-30 20:32:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 20:32:11 +0200 |
commit | f3c74afd2869859fa117271264e9294d36be16e5 (patch) | |
tree | 7533def8a2a7fd1a8b52b1fe965c318eb027e781 /modules/gdscript | |
parent | 6fed21c7cb85c4dd5842d8cb9fc268957a0429fd (diff) | |
parent | eaaee63b629d6999fcc0c84e38886b964f6d051d (diff) |
Merge pull request #37436 from akien-mga/doc-node-renames
doc: Update classref with node renames
Diffstat (limited to 'modules/gdscript')
-rw-r--r-- | modules/gdscript/doc_classes/@GDScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index 2f6f9f30a4..4718c864a3 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -1216,7 +1216,7 @@ <description> Returns whether the given class exists in [ClassDB]. [codeblock] - type_exists("Sprite") # Returns true + type_exists("Sprite2D") # Returns true type_exists("Variant") # Returns false [/codeblock] </description> |