Skip to content
JustGod edited this page Oct 28, 2023 · 1 revision

UIMenu

AddInstructionButton

(method) UIMenu:AddInstructionButton(button: any)

CleanParentSubMenu

(method) UIMenu:CleanParentSubMenu()

PERFORM A CLEAN FOR OPTIMIZATION PURPOSE

Closable

boolean

Close

(method) UIMenu:Close()
  -> void

Closed

nil

Constructor

(method) UIMenu:Constructor(Title: string, Subtitle: string, X: number, Y: number, TextureDictionary: string, TextureName: string, R: number, G: number, B: number, A: number)

CreateMenu

Controls

table

CreateMenu

function UIMenu.CreateMenu(Title: string, Subtitle: string, X: number, Y: number, TextureDictionary: string, TextureName: string, R: number, G: number, B: number, A: number)
  -> UIMenu

CreateMenu

CreateSubMenu

function UIMenu.CreateSubMenu(ParentMenu: UIMenu, Title: string, Subtitle: string, X: number, Y: number, TextureDictionary: string, TextureName: string, R: number, G: number, B: number, A: number)
  -> UIMenu

CreateSubMenu

CursorStyle

integer

Description

nil

DescriptionHeight

integer

Display

table

DisplayGlare

(method) UIMenu:DisplayGlare(boolean: any)
  -> boolean

DisplayHeader

(method) UIMenu:DisplayHeader(boolean: any)
  -> boolean

DisplayInstructionalButton

(method) UIMenu:DisplayInstructionalButton(boolean: any)
  -> boolean

DisplayNavigation

(method) UIMenu:DisplayNavigation(boolean: any)
  -> boolean

DisplayPageCounter

(method) UIMenu:DisplayPageCounter(boolean: any)
  -> boolean

DisplaySubtitle

(method) UIMenu:DisplaySubtitle(boolean: any)
  -> boolean

EditSpriteColor

(method) UIMenu:EditSpriteColor(R: any, G: any, B: any, A: any)
  -> nil

EditSpriteColor

EnableMouse

boolean

GetData

(method) UIMenu:GetData(key: string)
  -> unknown

GetStyleSize

(method) UIMenu:GetStyleSize()
  -> any

GetStyleSize

GetSubMenus

(method) UIMenu:GetSubMenus()

Index

integer

InstructionalButtons

table

InstructionalScaleform

unknown

IsClosable

(method) UIMenu:IsClosable()
  -> boolean

IsOpen

(method) UIMenu:IsOpen()
  -> boolean

IsShowing

(method) UIMenu:IsShowing()
  -> boolean|UIMenu

IsVisible

(method) UIMenu:IsVisible(Items: fun(Items: UIItems), Panels: fun(Panels: UIPanels), onClose: function)

Open

(method) UIMenu:Open()

Options

integer

PageCounter

string

PageCounterColour

string

Pagination

table

Parent

nil

Rectangle

nil

RefreshIndex

(method) UIMenu:RefreshIndex()
  -> void

RefreshIndex

RemoveInstructionButton

(method) UIMenu:RemoveInstructionButton(button: any)

ResetCursorStyle

(method) UIMenu:ResetCursorStyle()
  -> void

ResetCursorStyle

ResetVisibleItems

(method) UIMenu:ResetVisibleItems()

Reset visibles items

SafeZoneSize

nil

Safezone

boolean

SetClosable

(method) UIMenu:SetClosable(boolean: any)

SetCursorStyle

(method) UIMenu:SetCursorStyle(Int: string)
  -> void

SetStyleSize

SetData

(method) UIMenu:SetData(key: string, value: any)
  -> unknown

SetHasSubMenu

(method) UIMenu:SetHasSubMenu(parent: UIMenu)

SetPageCounter

(method) UIMenu:SetPageCounter(Subtitle: string)
  -> nil

PageCounter

SetPosition

(method) UIMenu:SetPosition(X: number, Y: number)
  -> nil

SetPosition

SetRectangleBanner

(method) UIMenu:SetRectangleBanner(R: number, G: number, B: number, A: number)
  -> nil

SetRectangleBanner

SetSpriteBanner

(method) UIMenu:SetSpriteBanner(TextureDictionary: string, Texture: string)
  -> nil

SetSpriteBanner

SetStyleSize

(method) UIMenu:SetStyleSize(Value: any)

SetSubtitle

(method) UIMenu:SetSubtitle(Subtitle: string)
  -> nil

SetSubtitle

SetTitle

(method) UIMenu:SetTitle(Title: string)
  -> nil

SetTitle

SetTotalItemsPerPage

(method) UIMenu:SetTotalItemsPerPage(Value: number)
  -> nil

SetTotalItemsPerPage

Sprite

table

Subtitle

string

SubtitleHeight

integer

Title

any

TitleFont

any

TitleScale

number

Toggle

(method) UIMenu:Toggle()

UpdateCursorStyle

(method) UIMenu:UpdateCursorStyle()
  -> void

UpdateCursorStyle

UpdateInstructionalButtons

(method) UIMenu:UpdateInstructionalButtons(Visible: any)

WidthOffset

integer

X

number

Y

number

data

table

func

nil

id

string

open

boolean

panels

nil

Clone this wiki locally