summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/variant/callable_method_pointer.hpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1409 from Repiteo/class-to-typenameDavid Snopek2024-04-021-10/+10
|\
| * Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-101-10/+10
* | 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