GetOptions - SFX-WoW/Masque GitHub Wiki
The GetOptions
method of the Group API returns an AceConfig-3.0 options table for the group.
local Options = MSQ_Group:GetOptions()
{Options} = {Group}:GetOptions([Order])
Parameter | Type | Required | Description |
---|---|---|---|
Order |
number | No | A number indicating the display order of the options. |
Return | Type | Description |
---|---|---|
Options |
table | An AceConfig-3.0 options table for the group. |
8.2.5 80200
- Added the
Order
parameter.