> For the complete documentation index, see [llms.txt](https://akequ.gitbook.io/scp-classified-site-plugin-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://akequ.gitbook.io/scp-classified-site-plugin-api/game-c-classes/door.md).

# Door

## Functions

\[<mark style="color:blue;">SERVER</mark>] InServerInteraction(Mirror.NetworkConnectionToClient conn)

\[<mark style="color:blue;">SERVER</mark>] BreakDoor(UnityEngine.Vector3 pos)

\[<mark style="color:blue;">SERVER</mark>] ForceState(System.Boolean status)

\[<mark style="color:blue;">SERVER</mark>] ChangeState()

\[<mark style="color:green;">Client</mark>] Interact()

## Properties

opened - open state of door\
canBreak - can this door be broken by Frag Grenade or SCP-096\
subCall - System.Action that calls when Player interacts with door\
keyData - key access information
