Class AccessComponent
Simple mutable access provider found on ID cards and such.
Inheritance
System.Object
AccessComponent
Namespace: Content.Shared.Access.Components
Assembly: Content.Shared.dll
Syntax
public sealed class AccessComponent : Component
Fields
| Improve this Doc View SourceEnabled
True if the access provider is enabled and can grant access.
Declaration
public bool Enabled
Field Value
Type | Description |
---|---|
System.Boolean |
Groups
Access Groups. These are added to the tags during map init. After map init this will have no effect.
Declaration
public HashSet<string> Groups
Field Value
Type | Description |
---|---|
HashSet<System.String> |
Tags
Declaration
public HashSet<string> Tags
Field Value
Type | Description |
---|---|
HashSet<System.String> |