Class BeforeBroadcastAttemptEvent
Sent to the sending entity before broadcasting network packets to recipients
Inheritance
System.Object
BeforeBroadcastAttemptEvent
Namespace: Content.Server.DeviceNetwork.Systems
Assembly: Content.Server.dll
Syntax
public sealed class BeforeBroadcastAttemptEvent : CancellableEntityEventArgs
Constructors
| Improve this Doc View SourceBeforeBroadcastAttemptEvent(IReadOnlySet<DeviceNetworkComponent>)
Declaration
public BeforeBroadcastAttemptEvent(IReadOnlySet<DeviceNetworkComponent> recipients)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlySet<DeviceNetworkComponent> | recipients |
Fields
| Improve this Doc View SourceModifiedRecipients
Declaration
public HashSet<DeviceNetworkComponent>? ModifiedRecipients
Field Value
Type | Description |
---|---|
System.Nullable<HashSet<DeviceNetworkComponent>> |
Recipients
Declaration
public readonly IReadOnlySet<DeviceNetworkComponent> Recipients
Field Value
Type | Description |
---|---|
IReadOnlySet<DeviceNetworkComponent> |