GUI Static

The GUI (Graphic User Interface) class provides a way to create and manage GUI elements in the game. Panels, buttons, labels, and more can be created and managed through this class.

Functions

CreateLabel(string,string,ControlPosition,number,number,number,number)

CreateLabel(id: string,text: string,position: ControlPosition,left: number,right: number,top: number,bottom: number) -> LabelProxy
Type Name Description
string id
string text
ControlPosition position
number left
number right
number top
number bottom

Get(string)

Get(id: string) -> Label
Type Name Description
string id

Categories:

Updated: