소스 검색

Point to GlobalScope from Evaluating Expressions tut

Update to 4.x since functions were moved from GDScript to GlobalScope.

Co-Authored-By: A Thousand Ships <[email protected]>
aXu-AP 2 년 전
부모
커밋
81b2cf3563
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/scripting/evaluating_expressions.rst

+ 1 - 1
tutorials/scripting/evaluating_expressions.rst

@@ -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.