Browse Source

Merge pull request #19622 from mhilbrunner/docs-builtins

[DOCS] Builtin keywords because search is terribad
Max Hilbrunner 7 years ago
parent
commit
88cc8074d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/@GDScript.xml

+ 1 - 1
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>