Enum ApcLockState
The state of the APC interface lock. None of this is implemented.
Namespace: Content.Shared.APC
Assembly: Content.Shared.dll
Syntax
public enum ApcLockState : sbyte
Fields
Name | Description |
---|---|
All | Bitmask for the full state for a given APC lock indicator. |
Lock | Bitfield indicating status of APC lock indicator. |
Locked | Bit state indicating that the given APC lock is locked. |
LogWidth | |
None | Empty bitmask. |
Unlocked | Bit state indicating that the given APC lock is unlocked. |