Workshop.codes
Create

Nearest Walkable Position Last updated November 26, 2024

Description

The position closest to the specified position that can be stood on and is accessible from a spawn point.

Snippet

Nearest Walkable Position(Vector(0, 0, 0));

Properties

Returns: Vector
Parameters: Position

Position
Type: Position, Default: Vector
The position from which to search for the nearest walkable position.

Workshop.codes