classref: Sync with current master branch (db66bd3)

This commit is contained in:
Godot Organization
2024-10-05 03:21:23 +00:00
parent 67e37b547c
commit 9c008264dd
34 changed files with 1773 additions and 173 deletions

View File

@@ -566,7 +566,7 @@ Gets the remainder of each component of the **Vector4i** with the components of
:ref:`Vector4i<class_Vector4i>` **operator %**\ (\ right\: :ref:`int<class_int>`\ ) :ref:`🔗<class_Vector4i_operator_mod_int>`
Gets the remainder of each component of the **Vector4i** with the the given :ref:`int<class_int>`. This operation uses truncated division, which is often not desired as it does not work well with negative numbers. Consider using :ref:`@GlobalScope.posmod<class_@GlobalScope_method_posmod>` instead if you want to handle negative numbers.
Gets the remainder of each component of the **Vector4i** with the given :ref:`int<class_int>`. This operation uses truncated division, which is often not desired as it does not work well with negative numbers. Consider using :ref:`@GlobalScope.posmod<class_@GlobalScope_method_posmod>` instead if you want to handle negative numbers.
::