ManiaScript Trackmania 2020  14/07/2025
CMlGauge Class Reference

Manialink control. More...

#include <2025_07_14.h>

Inheritance diagram for CMlGauge:
CMlControl CNod

Public Member Functions

Void SetRatio (Real NewRatio)
 
Void SetClan (Integer NewClan)
 
- Public Member Functions inherited from CMlControl
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
 
- Public Attributes inherited from CMlControl
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
 
- Public Attributes inherited from CNod
Ident const Id
 

Additional Inherited Members

- Public Types inherited from CMlControl
enum  AlignHorizontal { Left, HCenter, Right, None }
 
enum  AlignVertical {
  Top, VCenter, Bottom, None,
  VCenter2
}
 

Detailed Description

Manialink control.

Supported declare modes :

  • Local

Definition at line 13971 of file 2025_07_14.h.

Member Function Documentation

◆ SetClan()

Void CMlGauge::SetClan ( Integer  NewClan)

◆ SetRatio()

Void CMlGauge::SetRatio ( Real  NewRatio)

Member Data Documentation

◆ CenteredBar

Boolean CMlGauge::CenteredBar

Definition at line 14012 of file 2025_07_14.h.

◆ Clan

Integer CMlGauge::Clan

Definition at line 13996 of file 2025_07_14.h.

◆ Color

Vec3 CMlGauge::Color

Definition at line 14000 of file 2025_07_14.h.

◆ DrawBackground

Boolean CMlGauge::DrawBackground

Definition at line 14004 of file 2025_07_14.h.

◆ DrawBlockBackground

Boolean CMlGauge::DrawBlockBackground

Definition at line 14008 of file 2025_07_14.h.

◆ GradingRatio

Real CMlGauge::GradingRatio

Values in range (0.000000-1.000000)

Definition at line 13992 of file 2025_07_14.h.

◆ Ratio

Real CMlGauge::Ratio

Values in range (0.000000-1.000000)

Definition at line 13988 of file 2025_07_14.h.

◆ Style

Text CMlGauge::Style

Definition at line 13976 of file 2025_07_14.h.


The documentation for this class was generated from the following file: