Class RecordModifiedEvent
Event raised after a record is modified. This is to inform other systems that records stored in this key may have changed.
Inheritance
System.Object
RecordModifiedEvent
Namespace: Content.Server.StationRecords.Systems
Assembly: Content.Server.dll
Syntax
public sealed class RecordModifiedEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceRecordModifiedEvent(EntityUid, StationRecordKey)
Declaration
public RecordModifiedEvent(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 |