Static function
Moderate
Events.BroadcastRemoteInRadiusDimension
Broadcasts a remote custom Event from the Server to all Players within a specific location radius AND residing in a specific Dimension (Server ➔ Clients)<br/>Must be caught using <code>Events.SubscribeRemote()</code> on the Clients
Syntax
Events.BroadcastRemoteInRadiusDimension(event_name, location, radius, dimension, reliability = Reliability.Reliable, args... = nil)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
event_name
|
string | — | The Event Name to trigger the event |
location
|
Vector | — | The location used to calculate the event radius |
radius
|
number | — | The radius to send this event |
dimension
|
integer | — | The Dimension to send this event |
reliability
optional
|
Reliability | Reliability.Reliable |
The network reliability rule |
args...
optional
|
any | nil |
Arguments to pass to the event |