Show / Hide Table of Contents

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 Source

Enabled

True if the access provider is enabled and can grant access.

Declaration
public bool Enabled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

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>
| Improve this Doc View Source

Tags

Declaration
public HashSet<string> Tags
Field Value
Type Description
HashSet<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾