summaryrefslogtreecommitdiffstats
path: root/src/variant/callable_method_pointer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
* Add support for getting argument count from `Callable`sA Thousand Ships2024-03-141-2/+11
* Fix comparison of `Callable`s from callable_mp() of the same methodDavid Snopek2023-11-171-4/+56
* Add `CallableCustom` that devs can use in their GDExtensionsDavid Snopek2023-11-061-10/+6
* Switch to using `ObjectID` in custom callablesDavid Snopek2023-10-251-1/+1
* Implement `callable_mp()` and `callable_mp_static()`David Snopek2023-09-211-0/+66