summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_utility_callable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+15
* Make `GDScriptUtilityCallable` return call error when method is invalidA Thousand Ships2024-01-311-1/+4
* GDScript: Allow utility functions to be used as `Callable`Danil Alexeev2024-01-051-0/+108