📑CSecondTab
CSecondTab metatable
:Name(): string
string
Returns tab's name.
:Parent(): CTabSection
CTabSection
Returns tab's parent.
:Type(): Enum.WidgetType
Enum.WidgetType
Returns widget type.
:Open(): nil
nil
Opens parent tabs.
:Create(tabName: string
): CThirdTab
string
): CThirdTab
Name
Type
Description
tabName
string
Creates new CThirdTab
.
Name
Type
Description
tabName
string
Finds the CThirdTab
by name.
Name
Type
Description
imagePath
string
Path to the image.
Sets tab's image.
Name
Type
Description
icon
string
icon unicode.
Sets tab's icon. Icons list
Example
Name
Type
Description
heroId
integer
See Engine.GetHeroIDByName
Links tab to hero and attribute.
Last updated