Access |
[SerializableAttribute] public enum AccessSystemDoorState
| Member name | Value | Description |
|---|---|---|
| Unknown | 0 | The state of an AccessSystemDoor is unknown. |
| Locked | 1 | The state of an AccessSystemDoor is locked. |
| Unlocked | 2 | The state of an AccessSystemDoor is unlocked. |
| Secured | 3 | The state of an AccessSystemDoor is secured. |