classref: Sync with current source

Also fix hyperlink references to same class as per the guidelines.
[ci skip]
This commit is contained in:
Rémi Verschelde 2017-10-22 12:56:11 +02:00
parent 14b1741cbf
commit fc09e14366
75 changed files with 240 additions and 225 deletions

View file

@ -5,7 +5,7 @@
</brief_description>
<description>
In GDScript, functions are not [i]first-class objects[/i]. This means it is impossible to store them directly as variables, return them from another function, or pass them as arguments.
However, by creating a [FuncRef] using the [method @GDScript.funcref] function, a reference to a function in a given object can be created, passed around and called.
However, by creating a [code]FuncRef[/code] using the [method @GDScript.funcref] function, a reference to a function in a given object can be created, passed around and called.
</description>
<tutorials>
</tutorials>