virtualx-engine/modules/gdscript/tests/scripts
George Marques b4e08eb752
Allow free() to be used as Callable
This method is registered in a special way so ClassDB doesn't naturally
know about its existence. Here it is hardcoded if any other option fail
to check if it is about the `free()` method and, if so, say it exists
and return a Callable.
2024-01-18 09:33:44 -03:00
..
analyzer Merge pull request #82639 from golfinq/gdscript-improve-indexing-error 2024-01-04 16:38:58 +01:00
completion/get_node Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
lsp Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
parser GDScript: Allow empty parentheses for property getter declaration 2023-10-11 09:54:17 +03:00
runtime Allow free() to be used as Callable 2024-01-18 09:33:44 -03:00
.gitignore Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
project.godot Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
utils.notest.gd Add type_string() utility 2023-10-02 17:41:20 +02:00