π BaseClassEx
BaseClassEx is a class that represents an extended base class, it serves as an example for Inherited Classes, but you can use it if you want to
π¦ Methods
GetLabel
GetLabelReturns the label of the instance
β Returns string
local ret = my_instance:GetLabel()SetLabel
SetLabelSets the label of the instance
my_instance:SetLabel(sLabel)Type
Name
Default
Description
GetDescription
GetDescriptionReturns the description of the instance
β Returns string
SetDescription
SetDescriptionSets the description of the instance
Type
Name
Default
Description
GetColor
GetColorReturns the color of the instance
β Returns Color
SetColor
SetColorSets the color of the instance
Type
Name
Default
Description
Last updated
Was this helpful?
