godot/core/variant
Rémi Verschelde 6bf8a3e3f8
Merge pull request #95449 from SlashScreen/array_functions
Add callable support for `find` and `rfind` `Array` methods
2024-09-20 16:06:13 +02:00
..
SCsub
array.cpp Merge pull request #95449 from SlashScreen/array_functions 2024-09-20 16:06:13 +02:00
array.h Merge pull request #95449 from SlashScreen/array_functions 2024-09-20 16:06:13 +02:00
binder_common.h binder_common: Fix uninitialized marshalling 2024-08-09 05:15:54 +00:00
callable.cpp Core: Сheck `r_error` after calling `callp()` 2024-08-30 21:09:30 +03:00
callable.h
callable_bind.cpp
callable_bind.h
container_type_validate.h
dictionary.cpp Core: Fix `operator[]` for typed dictionaries 2024-09-12 11:10:17 -05:00
dictionary.h Core: Fix `operator[]` for typed dictionaries 2024-09-12 11:10:17 -05:00
method_ptrcall.h
native_ptr.h
type_info.h Add metadata for `char16_t` and `char32_t` 2024-09-12 02:15:55 +02:00
typed_array.h
typed_dictionary.h Implement typed dictionaries 2024-09-04 10:27:26 -05:00
variant.cpp Core: Сheck `r_error` after calling `callp()` 2024-08-30 21:09:30 +03:00
variant.h Merge pull request #94679 from rune-scape/remove-unused-initialize_ref 2024-08-28 00:12:16 +02:00
variant_call.cpp Merge pull request #95449 from SlashScreen/array_functions 2024-09-20 16:06:13 +02:00
variant_callable.cpp
variant_callable.h
variant_construct.cpp Implement typed dictionaries 2024-09-04 10:27:26 -05:00
variant_construct.h Implement typed dictionaries 2024-09-04 10:27:26 -05:00
variant_destruct.cpp
variant_destruct.h
variant_internal.h Remove unused `initialize_ref` 2024-07-03 13:32:50 -07:00
variant_op.cpp
variant_op.h Revert "Make freed object different than null in comparison operators" 2024-07-01 14:11:43 +02:00
variant_parser.cpp Implement typed dictionaries 2024-09-04 10:27:26 -05:00
variant_parser.h
variant_setget.cpp Core: Fix `operator[]` for typed dictionaries 2024-09-12 11:10:17 -05:00
variant_setget.h
variant_utility.cpp Add support for Transform2D/3D in lerp() 2024-09-03 16:59:15 +03:00
variant_utility.h