Page cover

πŸ“— 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

circle-info

πŸ’‚ AUTHORITY

This class can be spawned on both 🟧 Clientarrow-up-right and 🟦 Serverarrow-up-right side

circle-info

πŸ‘ͺ INHERITANCE

This class shares methods and events from BaseClass


🦠 Methods


GetLabel

Returns the label of the instance

β€” Returns stringarrow-up-right

local ret = my_instance:GetLabel()

SetLabel

Sets the label of the instance

my_instance:SetLabel(sLabel)
Type
Name
Default
Description

sLabel

Instance label


GetDescription

Returns the description of the instance

β€” Returns stringarrow-up-right


SetDescription

Sets the description of the instance

Type
Name
Default
Description

sDescription

Instance description


GetColor

Returns the color of the instance

β€” Returns Colorarrow-up-right


SetColor

Sets the color of the instance

Type
Name
Default
Description

tColor

Instance color


Last updated