Screen

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

Wosa.Game.Screen.Wheel(string text, int time, int type)
Wosa.Game.Screen.HelpTextTimer(string text, string text, string text, int time)
Wosa.Game.Screen.HelpText(string text)
Wosa.Game.Screen.MissionText(string text, int time)
Wosa.Game.Screen.Notification(string text)
local text = Wosa.Game.Screen.Input(string text, string example, int maxlenght)
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)
Wosa.Game.Screen.Text3DTimer(float x, float y, float z, string text, int time)
Wosa.Game.Screen.Text3D(float x, float y, float z, string text)

Last updated

Was this helpful?