godot-cpp/include/godot_cpp/core
David Snopek 4439a4a569
Merge pull request #1280 from dsnopek/callable-custom
Add `CallableCustom` that devs can use in their GDExtensions
2023-11-17 12:48:39 -06:00
..
binder_common.hpp Implement `callable_mp()` and `callable_mp_static()` 2023-09-21 15:17:50 -05:00
builtin_ptrcall.hpp
class_db.hpp Add protections against registering classes that didn't use GDCLASS() 2023-10-22 08:44:09 -05:00
defs.hpp
engine_ptrcall.hpp
error_macros.hpp
math.hpp
memory.hpp [iOS] Fix building as static library or xcframework, add iOS config and xcframework build script to the test project. 2023-11-09 20:01:59 +02:00
method_bind.hpp
method_ptrcall.hpp Ensure that PtrToArg specializations for native structs are used 2023-08-15 17:54:11 -05:00
mutex_lock.hpp
object.hpp Add `CallableCustom` that devs can use in their GDExtensions 2023-11-06 00:09:06 -06:00
object_id.hpp Add `CallableCustom` that devs can use in their GDExtensions 2023-11-06 00:09:06 -06:00
property_info.hpp Support `_validate_property()` 2023-09-12 13:21:16 -05:00
type_info.hpp