Class DeviceListUpdateEvent
Inheritance
System.Object
DeviceListUpdateEvent
Assembly: Content.Shared.dll
Syntax
public sealed class DeviceListUpdateEvent : EntityEventArgs
Constructors
|
Improve this Doc
View Source
DeviceListUpdateEvent(List<EntityUid>, List<EntityUid>)
Declaration
public DeviceListUpdateEvent(List<EntityUid> oldDevices, List<EntityUid> devices)
Parameters
Type |
Name |
Description |
List<EntityUid> |
oldDevices |
|
List<EntityUid> |
devices |
|
Properties
|
Improve this Doc
View Source
Devices
Declaration
public List<EntityUid> Devices { get; }
Property Value
Type |
Description |
List<EntityUid> |
|
|
Improve this Doc
View Source
OldDevices
Declaration
public List<EntityUid> OldDevices { get; }
Property Value
Type |
Description |
List<EntityUid> |
|