classref: Sync with current master branch (4b6c88d)

This commit is contained in:
Godot Organization
2025-12-15 22:19:00 +00:00
parent 59228714f0
commit d45f83bf92
119 changed files with 2593 additions and 1638 deletions

View File

@@ -706,7 +706,7 @@ Divides each component of the **Vector2i** by the given :ref:`float<class_float>
::
print(Vector2i(10, 20) / 2.9) # Prints (5.0, 10.0)
print(Vector2i(1, 2) / 2.5) # Prints (0.4, 0.8)
.. rst-class:: classref-item-separator