Main

You can see some main UI functions

AAS.BaseMenu(title, info, sizeX, icon)

Draw the base menu

Types

Arguments

Descriptions

Optional

title

The title of the frame

info

If the player information should be drawn

sizeX

The width of right gradient

icon

The menu icon

After call this function, you can get the menu with the accessoriesFrame variable

Example:

AAS.BaseMenu(AAS.Language[AAS.Lang]["welcomeText"], true, 200, "house")

Output:

Last updated

Was this helpful?