diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2024-02-21 18:51:08 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2024-02-22 16:16:49 +0100 |
commit | f781571d070b7d8d13936a383658af289f310ae7 (patch) | |
tree | 9e7d656a3c74a185871cbbbc866e1a2641f7edf5 /modules/gdscript/doc_classes | |
parent | 652438a3952ae13e12dd4fd40756311fde81a791 (diff) | |
download | redot-engine-f781571d070b7d8d13936a383658af289f310ae7.tar.gz |
Add keywords to improve search in the class reference
Diffstat (limited to 'modules/gdscript/doc_classes')
-rw-r--r-- | modules/gdscript/doc_classes/@GDScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index 5cfbd3f9dd..4b009f1866 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -209,7 +209,7 @@ [b]Note:[/b] Calling this function from a [Thread] is not supported. Doing so will instead print the thread ID. </description> </method> - <method name="range" qualifiers="vararg"> + <method name="range" qualifiers="vararg" keywords="seq"> <return type="Array" /> <description> Returns an array with the given range. [method range] can be called in three ways: |