GetOptions - SFX-WoW/Masque GitHub Wiki

Contents

The GetOptions method of the Group API returns an AceConfig-3.0 options table for the group.

Example

local Options = MSQ_Group:GetOptions()

Signature

{Options} = {Group}:GetOptions([Order])

Parameters

Parameter Type Required Description
Order number No A number indicating the display order of the options.

Returns

Return Type Description
Options table An AceConfig-3.0 options table for the group.

8.2.5 80200

  • Added the Order parameter.
⚠️ **GitHub.com Fallback** ⚠️