Clean up more [b]Example:[/b] lines from the class reference
This commit is contained in:
parent
835808ed8f
commit
932b1c434c
29 changed files with 60 additions and 65 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue