mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #7815 from aXu-AP/expressions-functions
Point to GlobalScope from Evaluating Expressions tutorial
This commit is contained in:
committed by
Max Hilbrunner
parent
2f4cb5b7dc
commit
0d933eaa77
@@ -198,7 +198,7 @@ The output from the script will be::
|
||||
Built-in functions
|
||||
------------------
|
||||
|
||||
Most methods available in the :ref:`class_@GDScript` scope are available in the
|
||||
All methods in the :ref:`Global Scope<class_@GlobalScope>` are available in the
|
||||
Expression class, even if no base instance is bound to the expression.
|
||||
The same parameters and return types are available.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user