From 542639de3ca37f86eec387bba0517ed729143d5d Mon Sep 17 00:00:00 2001 From: RedMser Date: Fri, 9 May 2025 14:42:47 +0200 Subject: [PATCH] Add aliases for Vector2/3.limit_length method --- doc/classes/Vector2.xml | 2 +- doc/classes/Vector3.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index ded277e07aa..d9b04527e4e 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -267,7 +267,7 @@ Returns the result of the linear interpolation between this vector and [param to] by amount [param weight]. [param weight] is on the range of [code]0.0[/code] to [code]1.0[/code], representing the amount of interpolation. - + diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index dd86c4b2874..6507823bafb 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -235,7 +235,7 @@ Returns the result of the linear interpolation between this vector and [param to] by amount [param weight]. [param weight] is on the range of [code]0.0[/code] to [code]1.0[/code], representing the amount of interpolation. - +