diff options
| author | Max Hilbrunner | 2018-06-18 04:25:27 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2018-06-22 14:46:48 +0200 |
| commit | a1930b177247c6d832672c13703f97992c93d0e3 (patch) | |
| tree | 286079ee23c9e9875e8654b41ccd2e0b60d578b9 /doc/classes/@GDScript.xml | |
| parent | 9530ce9d3f7816d7fb4008d2c11329a98009c0d7 (diff) | |
| download | godot-a1930b177247c6d832672c13703f97992c93d0e3.tar.gz godot-a1930b177247c6d832672c13703f97992c93d0e3.tar.zst godot-a1930b177247c6d832672c13703f97992c93d0e3.zip | |
[DOCS] Builtin keywords because search is terribad
(cherry picked from commit 5002db6be1ba99bcd1b4d669a8c0dfad15650878)
Diffstat (limited to '')
| -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 c59f0dd95..39b09cb60 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> |
