Workshop.codes
Create

Deployables Within Radius Last updated April 06, 2026

Description

Returns an array of all active deployables from any player belonging to a specified team within a given radius of a world position. Useful for area-denial detection, zone-control evaluation, or proximity-triggered deployable interactions.

Snippet

Deployables Within Radius(Vector(0, 0, 0), 10, All Teams);

Properties

Returns: Array
Parameters: Position, Radius, Team

Position
Type: Vector, Default: Vector(0, 0, 0)
The center of the search area.

Radius
Type: Number, Default: 10
The radius in meters within which deployables will be detected.

Team
Type: Team, Default: All Teams
The team filter applied to the search.

Workshop.codes