SetName - SFX-WoW/Masque GitHub Wiki
The SetName method of the Group API changes the name of the calling group and updates Masque's GUI accordingly.
MSQ_Group:SetName("Auras")Notes
- This method is only available to groups that have set a
StaticID.
{Group}:SetName("Name")| Parameter | Type | Required | Description |
|---|---|---|---|
Name |
string | Yes | The name to apply to the group. |
8.2.5 80200
- Method added.