summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/variant/callable_method_pointer.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1409 from Repiteo/class-to-typenameDavid Snopek2024-04-021-10/+10
|\ | | | | Enforce template syntax `typename` over `class`
| * 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
| | | | | | | | Fixes #1272 + clang++ (debian v16/v17) warning: destructor called on 'godot::CallableCustomMethodPointerBase' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor]
* Implement `callable_mp()` and `callable_mp_static()`David Snopek2023-09-211-0/+215