# SupportManager

## Functions

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

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

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

\[<mark style="color:green;">Client</mark>] CreateButtonWithHeader(string header, string text)

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

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

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

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

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

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

<mark style="color:orange;">\[DEPRECATED]</mark> \[<mark style="color:blue;">SERVER</mark>/<mark style="color:green;">Client</mark>] GetPlayer(string id)

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

## Properties

isOpened - open state of admin panel\
logined - is user logined\
panel - main window, GameObject\
loginPanel - login panel, GameObject&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://akequ.gitbook.io/scp-classified-site-plugin-api/game-c-classes/supportmanager.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
