Class RecordRemovedEvent
Event raised after a record is removed. Only the key is given when the record is removed, so that any relevant systems/components that store record keys can then remove the key from their internal fields.
Inheritance
System.Object
RecordRemovedEvent
Namespace: Content.Server.StationRecords.Systems
Assembly: Content.Server.dll
Syntax
public sealed class RecordRemovedEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceRecordRemovedEvent(EntityUid, StationRecordKey)
Declaration
public RecordRemovedEvent(EntityUid station, StationRecordKey key)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | station | |
StationRecordKey | key |
Fields
| Improve this Doc View SourceStation
Declaration
public readonly EntityUid Station
Field Value
Type | Description |
---|---|
EntityUid |
Properties
| Improve this Doc View SourceKey
Declaration
public StationRecordKey Key { get; }
Property Value
Type | Description |
---|---|
StationRecordKey |