From 791d5764629e78eef6a02b90bfb718218e47443b Mon Sep 17 00:00:00 2001 From: Pezeee Date: Mon, 18 Aug 2025 11:05:32 +0400 Subject: [PATCH] Physics.cast without direction doesn't hit anything --- docs/physics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/physics.md b/docs/physics.md index fa7b5477..952def9a 100644 --- a/docs/physics.md +++ b/docs/physics.md @@ -65,7 +65,7 @@ It draws the imaginary cast, then moves the rap/box/sphere along that path insta * [](types.md#vector) **parameters.origin**: Position of the starting point. * {>>Optional, defaults to {x=0, y=0, z=0}.<<} * [](types.md#vector) **parameters.direction**: A direction for the cast to move in. - * {>>Optional, but cast is motionless without a direction.<<} + * {>>Optional, but cast is motionless without a direction and will not hit anything.<<} * [](types.md) **parameters.type**: The type of cast. {>>1 = Ray, 2 = Sphere, 3= Box<<} * {>>Optional, defaults to 1.<<} * [](types.md#vector) **parameters.size**: Size of the cast shape. Sphere/Box only.