summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/variant/callable_method_pointer.hpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for getting argument count from `Callable`sA Thousand Ships2024-03-141-0/+25
* Fix comparison of `Callable`s from callable_mp() of the same methodDavid Snopek2023-11-171-27/+63
* Add `CallableCustom` that devs can use in their GDExtensionsDavid Snopek2023-11-061-21/+17
* clang: Add CallableCustomMethodPointerBase virtual destructorMartin Capitanio2023-10-191-0/+1
* Implement `callable_mp()` and `callable_mp_static()`David Snopek2023-09-211-0/+215