From a5bcab1015be8ecfdeda15378b07a5cb0cca8b2a Mon Sep 17 00:00:00 2001 From: lack-of-gravity-jack <154381479+lack-of-gravity-jack@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:06:20 -0500 Subject: [PATCH 1/3] Update RaycastResult.yaml --- content/en-us/reference/engine/datatypes/RaycastResult.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en-us/reference/engine/datatypes/RaycastResult.yaml b/content/en-us/reference/engine/datatypes/RaycastResult.yaml index 3516437b1..a7bd3e057 100644 --- a/content/en-us/reference/engine/datatypes/RaycastResult.yaml +++ b/content/en-us/reference/engine/datatypes/RaycastResult.yaml @@ -25,7 +25,7 @@ properties: tags: [] deprecation_message: '' - name: RaycastResult.Instance - type: Instance + type: BasePart summary: | The `Class.BasePart` or `Class.Terrain` cell that the ray intersected. description: | @@ -50,7 +50,7 @@ properties: The position of the intersection between the ray and the part. description: | The world space point at which the intersection occurred, usually a point - directly on the surface of the instance. + directly on the surface of the `Class.BasePart`. code_samples: [] tags: [] deprecation_message: '' From 495943666a0c9193731f2ef9055b200cdd6c9b9b Mon Sep 17 00:00:00 2001 From: lack-of-gravity-jack <154381479+lack-of-gravity-jack@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:05:58 -0500 Subject: [PATCH 2/3] Update content/en-us/reference/engine/datatypes/RaycastResult.yaml Co-authored-by: IgnisRBX <43388550+IgnisRBX@users.noreply.github.com> --- content/en-us/reference/engine/datatypes/RaycastResult.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en-us/reference/engine/datatypes/RaycastResult.yaml b/content/en-us/reference/engine/datatypes/RaycastResult.yaml index a7bd3e057..5a784c8d7 100644 --- a/content/en-us/reference/engine/datatypes/RaycastResult.yaml +++ b/content/en-us/reference/engine/datatypes/RaycastResult.yaml @@ -47,7 +47,7 @@ properties: - name: RaycastResult.Position type: Vector3 summary: | - The position of the intersection between the ray and the part. + The world space point at which the intersection occurred. description: | The world space point at which the intersection occurred, usually a point directly on the surface of the `Class.BasePart`. From d8e24a382764e0aadede68033629b97a54fc1e52 Mon Sep 17 00:00:00 2001 From: lack-of-gravity-jack <154381479+lack-of-gravity-jack@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:06:16 -0500 Subject: [PATCH 3/3] Update content/en-us/reference/engine/datatypes/RaycastResult.yaml Co-authored-by: IgnisRBX <43388550+IgnisRBX@users.noreply.github.com> --- content/en-us/reference/engine/datatypes/RaycastResult.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en-us/reference/engine/datatypes/RaycastResult.yaml b/content/en-us/reference/engine/datatypes/RaycastResult.yaml index 5a784c8d7..c5a39e63c 100644 --- a/content/en-us/reference/engine/datatypes/RaycastResult.yaml +++ b/content/en-us/reference/engine/datatypes/RaycastResult.yaml @@ -50,7 +50,7 @@ properties: The world space point at which the intersection occurred. description: | The world space point at which the intersection occurred, usually a point - directly on the surface of the `Class.BasePart`. + directly on the surface of the `Class.BasePart` or `Class.Terrain` cell. code_samples: [] tags: [] deprecation_message: ''