diff options
| author | Max Hilbrunner | 2018-06-18 04:26:16 +0200 |
|---|---|---|
| committer | GitHub | 2018-06-18 04:26:16 +0200 |
| commit | 88cc8074d0798b9119b6d36753d99f890ec4e66b (patch) | |
| tree | 7fa1b3231b21fca0c948280b8dc7e75028fe39f5 | |
| parent | 1bb7f4b2bc34012318a4cfd172da6b05dba5985d (diff) | |
| parent | 5002db6be1ba99bcd1b4d669a8c0dfad15650878 (diff) | |
| download | godot-88cc8074d0798b9119b6d36753d99f890ec4e66b.tar.gz godot-88cc8074d0798b9119b6d36753d99f890ec4e66b.tar.zst godot-88cc8074d0798b9119b6d36753d99f890ec4e66b.zip | |
| -rw-r--r-- | doc/classes/@GDScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/@GDScript.xml b/doc/classes/@GDScript.xml index cddc59ab7..a4ca830d4 100644 --- a/doc/classes/@GDScript.xml +++ b/doc/classes/@GDScript.xml @@ -4,7 +4,7 @@ Built-in GDScript functions. </brief_description> <description> - This contains the list of built-in gdscript functions. Mostly math functions and other utilities. Everything else is expanded by objects. + List of core built-in GDScript functions. Math functions and other utilities. Everything else is provided by objects. (Keywords: builtin, built in, global functions.) </description> <tutorials> </tutorials> |
