Class AccessReaderChangeEvent
Inheritance
System.Object
AccessReaderChangeEvent
Assembly: Content.Server.dll
Syntax
public sealed class AccessReaderChangeEvent : EntityEventArgs
Constructors
|
Improve this Doc
View Source
AccessReaderChangeEvent(EntityUid, Boolean)
Declaration
public AccessReaderChangeEvent(EntityUid entity, bool enabled)
Parameters
Type |
Name |
Description |
EntityUid |
entity |
|
System.Boolean |
enabled |
|
Properties
|
Improve this Doc
View Source
Enabled
Declaration
public bool Enabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Sender
Declaration
public EntityUid Sender { get; }
Property Value
Type |
Description |
EntityUid |
|