Skip to content

UIPanels

JustGod edited this page Oct 28, 2023 · 1 revision

UIPanels

ButtonPanel

(method) UIPanels:ButtonPanel(LeftText: string, RightText: string, Index: any)

BoutonPanel

ColorPanel

(method) UIPanels:ColorPanel(Title: string, Colours: thread, MinimumIndex: number, CurrentIndex: number, Action: any, Index: any, Style: any)
  -> nil

ColourPanel

Constructor

fun():BaseObject

Grid

(method) UIPanels:Grid(StartedX: any, StartedY: any, TopText: any, BottomText: any, LeftText: any, RightText: any, Action: any, Index: any)

GridHorizontal

(method) UIPanels:GridHorizontal(StartedX: any, LeftText: any, RightText: any, Action: any, Index: any)

GridVertical

(method) UIPanels:GridVertical(StartedY: any, TopText: any, BottomText: any, Action: any, Index: any)

PercentagePanel

(method) UIPanels:PercentagePanel(Percent: number, HeaderText: string, MinText: string, MaxText: string, Action: any, Index: number)
  -> nil

PercentagePanel

RenderSprite

(method) UIPanels:RenderSprite(Dictionary: any, Texture: any)

StatisticPanel

(method) UIPanels:StatisticPanel(Percent: any, Text: any, Index: any)

StatisticPanelAdvanced

(method) UIPanels:StatisticPanelAdvanced(Text: any, Percent: any, RGBA1: any, Percent2: any, RGBA2: any, RGBA3: any, Index: any)

info

(method) UIPanels:info(Title: string, LeftText: table, RightText: table, Index: number, startAt: number)

UIPanels.ButtonPanel

BoutonPanel

(method) UIPanels:ButtonPanel(LeftText: string, RightText: string, Index: any)

UIPanels.ColorPanel

ColourPanel

(method) UIPanels:ColorPanel(Title: string, Colours: thread, MinimumIndex: number, CurrentIndex: number, Action: any, Index: any, Style: any)
  -> nil

UIPanels.Grid

(method) UIPanels:Grid(StartedX: any, StartedY: any, TopText: any, BottomText: any, LeftText: any, RightText: any, Action: any, Index: any)

UIPanels.GridHorizontal

(method) UIPanels:GridHorizontal(StartedX: any, LeftText: any, RightText: any, Action: any, Index: any)

UIPanels.GridVertical

(method) UIPanels:GridVertical(StartedY: any, TopText: any, BottomText: any, Action: any, Index: any)

UIPanels.PercentagePanel

PercentagePanel

(method) UIPanels:PercentagePanel(Percent: number, HeaderText: string, MinText: string, MaxText: string, Action: any, Index: number)
  -> nil

UIPanels.RenderSprite

(method) UIPanels:RenderSprite(Dictionary: any, Texture: any)

UIPanels.StatisticPanel

(method) UIPanels:StatisticPanel(Percent: any, Text: any, Index: any)

UIPanels.StatisticPanelAdvanced

(method) UIPanels:StatisticPanelAdvanced(Text: any, Percent: any, RGBA1: any, Percent2: any, RGBA2: any, RGBA3: any, Index: any)

UIPanels.info

(method) UIPanels:info(Title: string, LeftText: table, RightText: table, Index: number, startAt: number)

Clone this wiki locally