summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/runtime/features/free_is_callable.gd
Commit message (Collapse)AuthorAgeFilesLines
* Allow `free()` to be used as CallableGeorge Marques2024-01-181-0/+10
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.