CThirdTab
CThirdTab metatable
:Name(): string
string
Returns tab's name.
:Parent(): CSecondTab
CSecondTab
Returns tab's parent.
:Type(): Enum.WidgetType
Enum.WidgetType
Returns widget type.
:Open(): nil
nil
Opens parent tabs.
Name
Type
Description
groupName
string
side [?]
(default: Enum.GroupSide.Default)
Creates new CMenuGroup
.
Name
Type
Description
groupName
string
Finds the CMenuGroup
by name.
Name
Type
Description
imagePath
string
Path to the image.
offset [?]
Optional image offset. (default: {0.0, 0.0})
Sets tab's image.
Name
Type
Description
imageHandle
integer
offset [?]
Optional image offset. (default: {0.0, 0.0})
Sets tab's image by already created handle.
Name
Type
Description
icon
string
icon unicode.
offset [?]
Optional icon offset. (default: {0.0, 0.0})
Sets tab's icon. Icons list
Example
Last updated