godot/core/variant
Rémi Verschelde 9d2e8f2f27
Variant: Rename Type::_RID to Type::RID
The underscore prefix was used to avoid the conflict between the `RID` class
name and the matching enum value in `Variant::Type`.

This can be fixed differently by prefixing uses of the `RID` class in `Variant`
with the scope resolution operator, as done already for `AABB`.
2020-11-09 16:29:04 +01:00
..
array.cpp Refactored variant constructor logic 2020-11-09 08:54:43 -03:00
array.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
binder_common.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
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
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_call.cpp Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01:00
variant_construct.cpp Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01:00
variant_internal.h Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01:00
variant_op.cpp Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01: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
variant.cpp Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01:00
variant.h Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01:00