mirror of
https://github.com/godotengine/godot.git
synced 2026-03-06 04:51:38 +00:00
doc: Don't use GlobalScope scope in hyperlinks, it's automatically inferred
This commit is contained in:
parent
bc82781f7d
commit
528c4722d6
10 changed files with 19 additions and 19 deletions
|
|
@ -4,7 +4,7 @@
|
|||
Gets a constant from a given class.
|
||||
</brief_description>
|
||||
<description>
|
||||
This node returns a constant from a given class, such as [constant @GlobalScope.TYPE_INT]. See the given class' documentation for available constants.
|
||||
This node returns a constant from a given class, such as [constant TYPE_INT]. See the given class' documentation for available constants.
|
||||
[b]Input Ports:[/b]
|
||||
none
|
||||
[b]Output Ports:[/b]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue