virtualx-engine/core/variant
Rémi Verschelde 4629f7d040
Merge pull request #96496 from aXu-AP/lerp-transform
Add support for Transform2D/3D in `lerp()`
2024-09-05 17:44:11 +02:00
..
array.cpp Core: Improve vformat error reporting on sprintf failure 2024-07-04 10:54:55 +02:00
array.h
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 StringName Dictionary keys 2024-08-29 13:39:27 -07:00
dictionary.h
method_ptrcall.h Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
native_ptr.h
SCsub
type_info.h Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
typed_array.h [Core] Fix sharing of typed arrays from constructor 2024-05-07 09:52:17 +02: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 Add String.is_valid_unicode_identifier() 2024-08-27 11:34:08 +08:00
variant_callable.cpp
variant_callable.h
variant_construct.cpp Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
variant_construct.h StringName Dictionary keys 2024-08-29 13:39:27 -07:00
variant_destruct.cpp Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
variant_destruct.h Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
variant_internal.h Remove unused initialize_ref 2024-07-03 13:32:50 -07:00
variant_op.cpp Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
variant_op.h Revert "Make freed object different than null in comparison operators" 2024-07-01 14:11:43 +02:00
variant_parser.cpp Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
variant_parser.h Use compatible text resource format when possible 2024-04-23 12:04:44 +08:00
variant_setget.cpp StringName Dictionary keys 2024-08-29 13:39:27 -07:00
variant_setget.h Use Core/Scene stringnames consistently 2024-05-13 23:41:07 +02:00
variant_utility.cpp Add support for Transform2D/3D in lerp() 2024-09-03 16:59:15 +03:00
variant_utility.h