Skip to content
Arseniy B. edited this page Aug 24, 2025 · 18 revisions

Welcome to the Figura-ActionLists documentation


About Action Lists

Action lists are a powerful, practical and convenient tool that allows you to reduce the amount of code and time spent searching for the desired action among a huge pile of other actions. This is also a completely new element of the action wheel. Actions in them are performed either by scrolling, pressing the left mouse button or the right mouse button.

Creating action list

Any action list, like a regular action, is created and placed on any page of the action wheel

local myPage = action_wheel:newPage() -- Creating an Action Wheel Page
local myActionList = myPage:newActionList() -- Creating an Action list

Appearance

You can customize the appearance of the action list in quite a lot of detail.

setColor() Aliases: color()

getColor()

setHoverColor() Aliases: hoverColor()

getHoverColor()

setItem() Aliases: item()

getItem()

setHoverItem() Aliases: hoverItem()

getHoverItem()

setTexture() Aliases: texture()

getTexture()

setHoverTexture() Aliases: hoverTexture()

getHoverTexture()

setTitle() Aliases: title()

getTitle()

setActionsListColor() Aliases: actionsListColor()

setActionsListColor() Aliases: actionsListColor()

setActionsListColor() Aliases: actionsListColor()

setActionsListColor() Aliases: actionsListColor()

setSelectedActionColor

Clone this wiki locally