virtualx-engine/core/variant
reduz 5288ff538d Create Variant built-in functions.
-Moved Expression to use this, removed its own.
-Eventually GDScript/VisualScript/GDNative need to be moved to this.
-Given the JSON functions were hacked-in, removed them and created a new JSONParser class
-Made sure these functions appear properly in documentation, since they will be removed from GDScript
2020-11-10 19:31:10 -03:00
..
array.cpp Merge pull request #43398 from KoBeWi/add_an_array_to_another_array_but_with_a_method 2020-11-10 13:53:58 +01:00
array.h Add append_array() method to Array class 2020-11-08 21:09:45 +01:00
binder_common.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
callable.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
callable.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
callable_bind.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
callable_bind.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
container_type_validate.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
dictionary.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
dictionary.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
method_ptrcall.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
type_info.h Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01:00
typed_array.h Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01:00
variant.cpp Create Variant built-in functions. 2020-11-10 19:31:10 -03:00
variant.h Create Variant built-in functions. 2020-11-10 19:31:10 -03:00
variant_builtin_funcs.cpp Create Variant built-in functions. 2020-11-10 19:31:10 -03:00
variant_call.cpp Create Variant built-in functions. 2020-11-10 19:31:10 -03:00
variant_construct.cpp Create Variant built-in functions. 2020-11-10 19:31:10 -03:00
variant_internal.h Change how no-arg constructor is handled internally in Variant. 2020-11-09 16:28:15 -03:00
variant_op.cpp Make sure operators appear in the docs too 2020-11-09 14:12:01 -03:00
variant_parser.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
variant_parser.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
variant_setget.cpp Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01:00