π 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
GetLabel
Returns the label of the instance
β Returns string
local ret = my_instance:GetLabel()
SetLabel
SetLabel
Sets the label of the instance
my_instance:SetLabel(sLabel)
Type
Name
Default
Description
GetDescription
GetDescription
Returns the description of the instance
β Returns string
local ret = my_instance:GetDescription()
SetDescription
SetDescription
Sets the description of the instance
my_instance:SetDescription(sLabel)
Type
Name
Default
Description
GetColor
GetColor
Returns the color of the instance
β Returns Color
local ret = my_instance:GetColor(tColor)
SetColor
SetColor
Sets the color of the instance
my_instance:SetColor(tColor)
Type
Name
Default
Description
Last updated
Was this helpful?