Workshop.codes
Create

Deployables Owned By Player Last updated April 11, 2026

Description

Returns an array of all active deployables currently belonging to a specified player, including turrets, traps, barriers, and any other persistent hero-placed objects. The array is empty if the player has no active deployables. Useful for iterating over a player's placed objects or evaluating deployable counts.

Snippet

Deployables Owned By Player(Event Player);

Properties

Returns: Array
Parameters: Player

Player
Type: Player, Default: Event Player
The player whose active deployables will be returned.

Workshop.codes