![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Manialink control. More...
#include <2024_10_30.h>
Public Member Functions | |
Void | SetRatio (Real NewRatio) |
Void | SetClan (Integer NewClan) |
![]() | |
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 |
Real | Ratio |
Real | GradingRatio |
Integer | Clan |
Vec3 | Color |
Boolean | DrawBackground |
Boolean | DrawBlockBackground |
Boolean | CenteredBar |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
enum | AlignHorizontal { Left, HCenter, Right, None } |
enum | AlignVertical { Top, VCenter, Bottom, None, VCenter2 } |
Boolean CMlGauge::CenteredBar |
Definition at line 13984 of file 2024_10_30.h.
Integer CMlGauge::Clan |
Definition at line 13968 of file 2024_10_30.h.
Vec3 CMlGauge::Color |
Definition at line 13972 of file 2024_10_30.h.
Boolean CMlGauge::DrawBackground |
Definition at line 13976 of file 2024_10_30.h.
Boolean CMlGauge::DrawBlockBackground |
Definition at line 13980 of file 2024_10_30.h.
Real CMlGauge::GradingRatio |
Values in range (0.000000-1.000000)
Definition at line 13964 of file 2024_10_30.h.
Real CMlGauge::Ratio |
Values in range (0.000000-1.000000)
Definition at line 13960 of file 2024_10_30.h.
Text CMlGauge::Style |
Definition at line 13948 of file 2024_10_30.h.