Rename Vector4.components -> coords.
Follow-up of https://github.com/godotengine/godot/pull/97487#pullrequestreview-2331113052 Fixes #1608
As mentioned, a discussion could be had about just removing the 'components' alias, but I think there's no harm just using deprecations as is usually done.
Should be made in the same PR, ether we add compatibility or we don't, it should be decided and done in one PR
Yes, in the current state of the PR the 'components' union case is retained, with a deprecation note.
Parent PR is merged, so we're good to go.
I was about to merge this and then realized it's 2 commits. This'll need to be squashed to a single commit before it can merged.
Ok, fixed.
Thanks!
Cherry-picked for 4.2 in PR https://github.com/godotengine/godot-cpp/pull/1694
Cherry-picked for 4.3 in PR https://github.com/godotengine/godot-cpp/pull/1695