![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Manialink entry. More...
#include <2025_07_14.h>
Public Types | |
| enum | ETextFormat { Basic, Script, Password, Newpassword } |
| enum | ValueType { Ml_Unknown, Ml_Natural, Ml_Integer, Ml_Real, Ml_String, Ml_TimeMmSsCc, Ml_TimeHhMmSs, Ml_RealFormated, Ml_TimeMmSs, Ml_Ascii7bit, Ml_Real3Decimals, Ml_TimeHhMmSs_24, Ml_TimeHhMm, Ml_Percent, Ml_Hexa, Ml_TimeHhMmSsOrMmSs, Ml_TimeHhMmFromSeconds, Ml_TimeHhMmSsMil } |
Public Types inherited from CMlControl | |
| enum | AlignHorizontal { Left, HCenter, Right, None } |
| enum | AlignVertical { Top, VCenter, Bottom, None, VCenter2 } |
Public Member Functions | |
| Void | StartEdition () |
| Void | SetText (Text NewText, Boolean SendSubmitEvent) |
| CMlEntry::ValueType | GetValueType () |
| Void | SetValueType (CMlEntry::ValueType ValueType) |
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 | Value |
| CMlEntry::ETextFormat | TextFormat |
| Real | Opacity |
| Vec3 | TextColor |
| Real | TextSizeReal |
| Integer | MaxLength |
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 |
| Enumerator | |
|---|---|
| Basic | |
| Script | |
| Password | |
| Newpassword | |
Definition at line 14103 of file 2025_07_14.h.
| enum CMlEntry::ValueType |
Definition at line 14112 of file 2025_07_14.h.
| CMlEntry::ValueType CMlEntry::GetValueType | ( | ) |
| Void CMlEntry::SetValueType | ( | CMlEntry::ValueType | ValueType | ) |
| Void CMlEntry::StartEdition | ( | ) |
| Integer CMlEntry::MaxLength |
Definition at line 14163 of file 2025_07_14.h.
| Real CMlEntry::Opacity |
Definition at line 14151 of file 2025_07_14.h.
| Vec3 CMlEntry::TextColor |
Definition at line 14155 of file 2025_07_14.h.
| CMlEntry::ETextFormat CMlEntry::TextFormat |
Definition at line 14147 of file 2025_07_14.h.
| Real CMlEntry::TextSizeReal |
Definition at line 14159 of file 2025_07_14.h.
| Text CMlEntry::Value |
Definition at line 14135 of file 2025_07_14.h.