![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Manialink entry. More...
#include <2024_10_30.h>
Public Types | |
enum | EBlendMode { Default, Add } |
enum | EFilterProfanities { Never, OnlyIfNotTranslated, Always } |
![]() | |
enum | AlignHorizontal { Left, HCenter, Right, None } |
enum | AlignVertical { Top, VCenter, Bottom, None, VCenter2 } |
Public Member Functions | |
Void | SetText (Text NewText) |
Real | ComputeWidth (Text Text) |
Real | ComputeWidth (Text Text, Boolean Translated) |
Real | ComputeHeight (Text Text) |
Void | TTS_Focus () |
Void | TTS_Unfocus () |
![]() | |
Boolean | HasClass (Text Class) |
Boolean | DataAttributeExists (Text DataName) |
Text | DataAttributeGet (Text DataName) |
Void | DataAttributeSet (Text DataName, Text DataValue) |
Void | Show () |
Void | Hide () |
Void | Focus () |
Void | ScriptEvents_Disable () |
Void | ScriptEvents_Restore () |
Public Attributes | |
Text | Style |
Text | Substyle |
Text | TextFont |
Text | Value |
Integer const | ValueLineCount |
Integer | MaxLine |
Real | LineSpacing |
Real | ItalicSlope |
Boolean | AppendEllipsis |
Boolean | AutoNewLine |
Real | Opacity |
Text | TextPrefix |
Vec3 | TextColor |
Real | TextSizeReal |
CMlLabel::EBlendMode | Blend |
Text | TTS_AltText |
Boolean | TTS_AltText_Translate |
CMlLabel::EFilterProfanities | FilterProfanities |
![]() | |
CMlFrame *const | Parent |
Text const | ControlId |
Vec2 | Size |
CMlControl::AlignHorizontal | HorizontalAlign |
CMlControl::AlignVertical | VerticalAlign |
Boolean | Visible |
Vec2 | RelativePosition_V3 |
Real | ZIndex |
Real | RelativeScale |
Real | RelativeRotation |
Vec2 const | AbsolutePosition_V3 |
Real const | AbsoluteScale |
Real const | AbsoluteRotation |
Text | ToolTip |
Boolean const | IsFocused |
![]() | |
Ident const | Id |
enum CMlLabel::EBlendMode |
Enumerator | |
---|---|
Default | |
Add |
Definition at line 14157 of file 2024_10_30.h.
Enumerator | |
---|---|
Never | |
OnlyIfNotTranslated | |
Always |
Definition at line 14164 of file 2024_10_30.h.
Void CMlLabel::TTS_Focus | ( | ) |
Void CMlLabel::TTS_Unfocus | ( | ) |
Boolean CMlLabel::AppendEllipsis |
Definition at line 14208 of file 2024_10_30.h.
Boolean CMlLabel::AutoNewLine |
Definition at line 14212 of file 2024_10_30.h.
CMlLabel::EBlendMode CMlLabel::Blend |
Definition at line 14232 of file 2024_10_30.h.
CMlLabel::EFilterProfanities CMlLabel::FilterProfanities |
Definition at line 14264 of file 2024_10_30.h.
Real CMlLabel::ItalicSlope |
Definition at line 14204 of file 2024_10_30.h.
Real CMlLabel::LineSpacing |
Definition at line 14200 of file 2024_10_30.h.
Integer CMlLabel::MaxLine |
Definition at line 14196 of file 2024_10_30.h.
Real CMlLabel::Opacity |
Definition at line 14216 of file 2024_10_30.h.
Text CMlLabel::Style |
Definition at line 14172 of file 2024_10_30.h.
Text CMlLabel::Substyle |
Definition at line 14176 of file 2024_10_30.h.
Vec3 CMlLabel::TextColor |
Definition at line 14224 of file 2024_10_30.h.
Text CMlLabel::TextFont |
Definition at line 14180 of file 2024_10_30.h.
Text CMlLabel::TextPrefix |
Used to include styling attributes like $s,$o...
Definition at line 14220 of file 2024_10_30.h.
Real CMlLabel::TextSizeReal |
Definition at line 14228 of file 2024_10_30.h.
Text CMlLabel::TTS_AltText |
Definition at line 14248 of file 2024_10_30.h.
Boolean CMlLabel::TTS_AltText_Translate |
Definition at line 14252 of file 2024_10_30.h.
Text CMlLabel::Value |
Definition at line 14188 of file 2024_10_30.h.
Integer const CMlLabel::ValueLineCount |
Definition at line 14192 of file 2024_10_30.h.