![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Manialink control. More...
#include <2024_10_30.h>
Public Member Functions | |
Void | ShowFullTimeLine () |
Void | ResetCycling () |
Void | SetSimpleMediaTrackerPilot (CEditorMediaTracker MediaTracker) |
Void | SetSelection (Integer Track, Integer Block, Integer Key) |
Void | SetSeparatorColor (Text HexColor) |
Void | SetBgColor (Text HexColor) |
Void | SetCursorColor (Text HexColor) |
Void | SetRulerColor (Text HexColor) |
Void | SetRulerLineColor (Text HexColor) |
Void | SetKeyColor (Text HexColor) |
Void | SetStartIsCycling (Real Time) |
Void | SetStopIsCycling (Real Time) |
Void | SetTimeLimit (Real TimeLimit) |
![]() | |
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 | |
Real | Time |
Real | TimeMin |
Real | TimeMax |
Integer | Page |
Integer | TracksPerPage |
Boolean const | IsDraggingCursor |
Boolean const | IsDraggingBlock |
Boolean const | IsDraggingKey |
Boolean const | IsScaling |
Boolean const | IsPanning |
![]() | |
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 } |
Void CMlTimeLine::ResetCycling | ( | ) |
Void CMlTimeLine::SetSimpleMediaTrackerPilot | ( | CEditorMediaTracker | MediaTracker | ) |
Void CMlTimeLine::ShowFullTimeLine | ( | ) |
Boolean const CMlTimeLine::IsDraggingBlock |
Definition at line 13776 of file 2024_10_30.h.
Boolean const CMlTimeLine::IsDraggingCursor |
Definition at line 13772 of file 2024_10_30.h.
Boolean const CMlTimeLine::IsDraggingKey |
Definition at line 13780 of file 2024_10_30.h.
Boolean const CMlTimeLine::IsPanning |
Definition at line 13788 of file 2024_10_30.h.
Boolean const CMlTimeLine::IsScaling |
Definition at line 13784 of file 2024_10_30.h.
Integer CMlTimeLine::Page |
Definition at line 13764 of file 2024_10_30.h.
Real CMlTimeLine::Time |
Definition at line 13752 of file 2024_10_30.h.
Real CMlTimeLine::TimeMax |
Definition at line 13760 of file 2024_10_30.h.
Real CMlTimeLine::TimeMin |
Definition at line 13756 of file 2024_10_30.h.
Integer CMlTimeLine::TracksPerPage |
Definition at line 13768 of file 2024_10_30.h.