godot/core/variant
Gabor Koncz a2ede8c4da Fix GDVIRTUAL_NATIVE_PTR
This commit fixes the usage of GDExtensionPtr and GDExtensionConstPtr
in GDExtension by introducing the required VariantInternalAccessor
specializations.

Sponsored by Migeran (https://migeran.com)
2023-07-03 10:52:02 +02:00
..
array.cpp
array.h
binder_common.h Add ValidatedCall to MethodBind 2023-04-30 20:01:26 +02:00
callable_bind.cpp Complete support of callables of static methods 2023-04-12 18:12:19 +02:00
callable_bind.h Complete support of callables of static methods 2023-04-12 18:12:19 +02:00
callable.cpp Complete support of callables of static methods 2023-04-12 18:12:19 +02:00
callable.h Complete support of callables of static methods 2023-04-12 18:12:19 +02:00
container_type_validate.h
dictionary.cpp
dictionary.h
method_ptrcall.h Attempt to standardize Object ptrcall encoding on Object ** 2023-05-25 21:46:22 -05:00
native_ptr.h Fix GDVIRTUAL_NATIVE_PTR 2023-07-03 10:52:02 +02:00
SCsub
type_info.h
typed_array.h Add ValidatedCall to MethodBind 2023-04-30 20:01:26 +02:00
variant_call.cpp Add the ability to look-at in model-space. 2023-05-24 10:10:24 +09:00
variant_construct.cpp Add ValidatedCall to MethodBind 2023-04-30 20:01:26 +02:00
variant_construct.h
variant_destruct.cpp
variant_destruct.h
variant_internal.h Fix gdextension variant type conversion 2023-06-10 10:52:17 +09:00
variant_op.cpp
variant_op.h Merge pull request #73540 from mashumafi/fix-typed-array-add 2023-06-20 15:12:39 +02:00
variant_parser.cpp Ensure RID, Callable, and Signal are stored as strings 2023-06-22 17:01:08 +02:00
variant_parser.h
variant_setget.cpp Revert "Add API for HSL conversion" 2023-05-10 17:45:56 -03:00
variant_setget.h Revert "Add API for HSL conversion" 2023-05-10 17:45:56 -03:00
variant_utility.cpp Redo how the remote filesystem works 2023-05-08 11:57:54 +02:00
variant.cpp Fix expected argument count in Callable call error text 2023-04-19 16:06:00 +02:00
variant.h Don't use a const reference for the enum constructor in Variant 2023-06-11 15:13:05 -05:00