Add ability to set module description

This is the text that shows up when hovering over the module in the Module Options list.
This commit is contained in:
Parnic
2022-11-18 16:58:16 -06:00
parent 8ac9bee610
commit 70bba2f186
2 changed files with 6 additions and 1 deletions

View File

@ -63,6 +63,10 @@ function IceElement.prototype:GetElementName()
return self.elementName
end
function IceElement.prototype:GetElementDescription()
return L["Module options"]
end
function IceElement.prototype:Create(parent)
assert(parent, "IceElement 'parent' can't be nil")