MLPlayer[] MassiveLoopRoom.FindPlayersInBounds(Bounds bounds)
7/14/25Less than 1 minute
Member of ML.SDK.MassiveLoopRoom
Method | Static
MLPlayer[] MassiveLoopRoom.FindPlayersInBounds(Bounds bounds)
static MLPlayer[] MassiveLoopRoom.FindPlayersInBounds(Bounds bounds);Parameters
| Parameter | Type | Description |
|---|---|---|
| bounds | Bounds | The Bounds defining the cubic volume. |
Returns
Array of players which are inside the specified cubic volume
Summary
Finds list of players which are inside the specified cubic volume defined by bounds.

