Show / Hide Table of Contents

Class CartridgeDeviceNetPacketEvent

Gets sent to running programs when the cartridge loader receives a device net package

Inheritance
System.Object
CartridgeDeviceNetPacketEvent
Namespace: Content.Server.CartridgeLoader
Assembly: Content.Server.dll
Syntax
public sealed class CartridgeDeviceNetPacketEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

CartridgeDeviceNetPacketEvent(EntityUid, DeviceNetworkPacketEvent)

Declaration
public CartridgeDeviceNetPacketEvent(EntityUid loader, DeviceNetworkPacketEvent packetEvent)
Parameters
Type Name Description
EntityUid loader
DeviceNetworkPacketEvent packetEvent

Fields

| Improve this Doc View Source

Loader

Declaration
public readonly EntityUid Loader
Field Value
Type Description
EntityUid
| Improve this Doc View Source

PacketEvent

Declaration
public readonly DeviceNetworkPacketEvent PacketEvent
Field Value
Type Description
DeviceNetworkPacketEvent

See Also

DeviceNetworkPacketEvent
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾