Skip to content

Commit 67908a2

Browse files
committed
remove on distance option
1 parent 61145fd commit 67908a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pages/waypoints/client/create.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Creates a new 3D waypoint at the specified coordinates with customizable appeara
2020
- `minHeight?` (`number`): Minimum height for checkpoint line (default: `0.5`)
2121
- `maxHeight?` (`number`): Maximum height for checkpoint line (default: `50.0`)
2222
- `groundZ?` (`number`): Ground Z coordinate for the line (default: `coords.z - 2`)
23+
- `removeWhenClose?` (`boolean`): Whether to auto-remove when close (default: `false`)
24+
- `removeDistance?` (`number`): Distance to player for auto-removal (default: `5.0`)
2325

2426
## Returns
2527

0 commit comments

Comments
 (0)