godot-cpp/include/godot_cpp/core
David Snopek 5fcc43e54d
Merge pull request #1377 from dsnopek/gdextension-register-virtual-method
Allow GDExtensions to register virtual methods and call them on scripts (godot-cpp support)
2024-02-12 18:43:12 -06:00
..
binder_common.hpp Fix expected argument count for call errors 2023-12-30 13:23:36 +01:00
builtin_ptrcall.hpp Fix object return value of builtin types' methods. 2024-02-13 03:20:02 +08:00
class_db.hpp Allow GDExtensions to register virtual methods and call them on scripts 2024-02-12 13:30:07 -06:00
defs.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
engine_ptrcall.hpp Ensure GDExtension class is the correct type for the Godot engine class 2023-05-16 15:18:48 -05:00
error_macros.hpp Update error macros to match core 2023-01-22 14:24:57 +01:00
math.hpp Merge pull request #1003 from akien-mga/fix-sign-0 2023-01-20 23:02:13 +01:00
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 Identifiers containing double underscore are reserved according to the C++ standard 2023-06-15 20:45:01 -04:00
method_ptrcall.hpp Ensure that PtrToArg specializations for native structs are used 2023-08-15 17:54:11 -05:00
mutex_lock.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
object.hpp Allow GDExtensions to register virtual methods and call them on scripts 2024-02-12 13:30:07 -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 Allow GDExtensions to register virtual methods and call them on scripts 2024-02-12 13:30:07 -06:00
type_info.hpp Added newer Variant types to `typed_array.hpp` 2024-02-06 13:53:38 -05:00