Clean up more [b]Example:[/b] lines from the class reference

This commit is contained in:
Micky
2024-09-06 00:25:59 +02:00
parent 835808ed8f
commit 932b1c434c
29 changed files with 60 additions and 65 deletions

View File

@@ -16,11 +16,10 @@
<return type="Variant" />
<description>
Returns a new instance of the script.
For example:
[codeblock]
var MyClass = load("myclass.gd")
var instance = MyClass.new()
assert(instance.get_script() == MyClass)
print(instance.get_script() == MyClass) # Prints true
[/codeblock]
</description>
</method>