godot/doc
reduz 8c7268664d
Fix integer vector mul/div operators and bindings.
* Vector2i and Vector3i mul/div by a float results in Vector2 and Vector3 respectively.
* Create specializations to allow proper bindings.

This fixes #44408 and supersedes #44441 and keeps the same rule of int <op> float returnig float, like with scalars.
2022-02-06 13:34:41 +01:00
..
classes Fix integer vector mul/div operators and bindings. 2022-02-06 13:34:41 +01:00
tools
translations
Doxyfile
Makefile