mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Link to Built-in GDScript functions (#2515)
Replaced hard-coded link with cross-reference as per comment above and examples given in http://www.sphinx-doc.org/en/stable/usage/restructuredtext/roles.html#cross-referencing-arbitrary-locations
This commit is contained in:
@@ -397,11 +397,9 @@ input and return an output. They are almost never sequenced.
|
||||
Built-In
|
||||
^^^^^^^^
|
||||
|
||||
There is a list of built-in helpers. The list is almost identical to the one from GDScript (@TODO, link to gdscript methods?).
|
||||
Most of them are mathematical functions, but others can be useful helpers. Make sure to take a look at the list
|
||||
There is a list of built-in helpers. The list is almost identical to the one from :ref:`GDScript<class_@GDScript>`. Most of them are mathematical functions, but others can be useful helpers. Make sure to take a look at the list
|
||||
at some point.
|
||||
|
||||
|
||||
By Type
|
||||
^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user