> For the complete documentation index, see [llms.txt](https://wosa.gitbook.io/working-with-wosa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wosa.gitbook.io/working-with-wosa/functions/client/game/screen.md).

# Screen

Client functions that are in some way related to the screen aspects.

```lua
Wosa.Game.Screen.Wheel(string text, int time, int type)
```

```lua
Wosa.Game.Screen.HelpTextTimer(string text, string text, string text, int time)
```

```lua
Wosa.Game.Screen.HelpText(string text)
```

```lua
Wosa.Game.Screen.MissionText(string text, int time)
```

```lua
Wosa.Game.Screen.Notification(string text)
```

```lua
local text = Wosa.Game.Screen.Input(string text, string example, int maxlenght)
```

```lua
Wosa.Game.Screen.Text(float x, float y, float width, float height, float scale, string text, int r, int g, int b, int a, int font, bool centre)
```

```lua
Wosa.Game.Screen.Text3DTimer(float x, float y, float z, string text, int time)
```

```lua
Wosa.Game.Screen.Text3D(float x, float y, float z, string text)
```
