2
0
Fork 0
godot/core/variant
vittorioromeo 55ed34e37c Use '_v' shorthand for type traits and 'if constexpr' where appropriate 2024-02-02 15:43:21 +07:00
..
SCsub
array.cpp
array.h
binder_common.h Use '_v' shorthand for type traits and 'if constexpr' where appropriate 2024-02-02 15:43:21 +07:00
callable.cpp Update deferred calls to use Callables 2024-01-09 16:11:47 +07:00
callable.h
callable_bind.cpp Fix sizeof usage for Variant pointers in alloca 2023-11-16 07:13:14 +07:00
callable_bind.h
container_type_validate.h
dictionary.cpp Remove unnecessary `this->` expressions 2024-01-29 09:59:18 +07:00
dictionary.h Add a `get_or_add` method to Dictionary 2023-12-06 11:43:58 +07:00
method_ptrcall.h
native_ptr.h
type_info.h Use '_v' shorthand for type traits and 'if constexpr' where appropriate 2024-02-02 15:43:21 +07:00
typed_array.h
variant.cpp Remove unnecessary `this->` expressions 2024-01-29 09:59:18 +07:00
variant.h Merge pull request #87688 from AThousandShips/what_is_this 2024-01-29 13:18:09 +07:00
variant_call.cpp Promote CowData to 64 bits 2024-01-19 17:41:10 +07:00
variant_callable.cpp Core: Allow methods of built-in `Variant` types to be used as Callables 2023-10-25 15:53:52 +07:00
variant_callable.h Core: Allow methods of built-in `Variant` types to be used as Callables 2023-10-25 15:53:52 +07:00
variant_construct.cpp
variant_construct.h
variant_destruct.cpp
variant_destruct.h
variant_internal.h Rename VariantZeroAssigner to VariantDefaultInitializer 2023-12-17 14:00:30 +07:00
variant_op.cpp Add and expose Basis/Transform2D/3D division by float operator 2023-12-20 18:24:03 +07:00
variant_op.h Merge pull request #73896 from vnen/object-null-boolean-consistency 2023-12-16 17:49:05 +07:00
variant_parser.cpp Don't abort loading when ext_resource is missing 2023-11-22 12:13:32 +07:00
variant_parser.h
variant_setget.cpp Merge pull request #82639 from golfinq/gdscript-improve-indexing-error 2024-01-04 16:38:58 +07:00
variant_setget.h
variant_utility.cpp GDScript: Fix incorrect error message for utility functions 2023-10-16 14:09:57 +07:00
variant_utility.h