Show / Hide Table of Contents

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 Source

RecordRemovedEvent(EntityUid, StationRecordKey)

Declaration
public RecordRemovedEvent(EntityUid station, StationRecordKey key)
Parameters
Type Name Description
EntityUid station
StationRecordKey key

Fields

| Improve this Doc View Source

Station

Declaration
public readonly EntityUid Station
Field Value
Type Description
EntityUid

Properties

| Improve this Doc View Source

Key

Declaration
public StationRecordKey Key { get; }
Property Value
Type Description
StationRecordKey
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾