![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Manialink entry. More...
#include <2024_10_30.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 } |
![]() | |
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) |
![]() | |
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 |
![]() | |
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 |
Enumerator | |
---|---|
Basic | |
Script | |
Password | |
Newpassword |
Definition at line 14075 of file 2024_10_30.h.
enum CMlEntry::ValueType |
Definition at line 14084 of file 2024_10_30.h.
CMlEntry::ValueType CMlEntry::GetValueType | ( | ) |
Void CMlEntry::SetValueType | ( | CMlEntry::ValueType | ValueType | ) |
Void CMlEntry::StartEdition | ( | ) |
Integer CMlEntry::MaxLength |
Definition at line 14135 of file 2024_10_30.h.
Real CMlEntry::Opacity |
Definition at line 14123 of file 2024_10_30.h.
Vec3 CMlEntry::TextColor |
Definition at line 14127 of file 2024_10_30.h.
CMlEntry::ETextFormat CMlEntry::TextFormat |
Definition at line 14119 of file 2024_10_30.h.
Real CMlEntry::TextSizeReal |
Definition at line 14131 of file 2024_10_30.h.
Text CMlEntry::Value |
Definition at line 14107 of file 2024_10_30.h.