Show / Hide Table of Contents

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 Source

BeforeBroadcastAttemptEvent(IReadOnlySet<DeviceNetworkComponent>)

Declaration
public BeforeBroadcastAttemptEvent(IReadOnlySet<DeviceNetworkComponent> recipients)
Parameters
Type Name Description
IReadOnlySet<DeviceNetworkComponent> recipients

Fields

| Improve this Doc View Source

ModifiedRecipients

Declaration
public HashSet<DeviceNetworkComponent>? ModifiedRecipients
Field Value
Type Description
System.Nullable<HashSet<DeviceNetworkComponent>>
| Improve this Doc View Source

Recipients

Declaration
public readonly IReadOnlySet<DeviceNetworkComponent> Recipients
Field Value
Type Description
IReadOnlySet<DeviceNetworkComponent>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾