UI - General Functions
Functions you can use to make UI. These functions are usable outside of the phone and you don't need to use them to make UI.
Wrap a text - aphone.GUI.WrapText(string text, string font, number maxWidth)
aphone.GUI.GetBackground()
aphone.GUI.RoundedBox(int x, int y, int w, int h, int round_value)
aphone.GUI.GenerateCircle(int x, int y, int r)
PANEL:Phone_AlphaHover()
PANEL:Phone_DrawTop(int panel_w, int panel_h, bool darktheme)
DScrollPanel:aphone_PaintScroll()
Last updated