![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CMlQuad. More...
#include <doc.h>
Public Types | |
| enum | EKeepRatioMode { Inactive , Clip , Fit } |
| enum | EBlendMode { Default , Add } |
Public Types inherited from CMlControl | |
| enum | AlignHorizontal { Left , HCenter , Right , None } |
| enum | AlignVertical { Top , VCenter , Bottom , None , VCenter2 } |
Public Member Functions | |
| Void | ChangeImageUrl (Text fieldName) |
| Void | RefreshImages () |
| Void | TTS_Focus () |
| Void | TTS_Unfocus () |
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 | |
| CImage * | Image |
| Text | ImageUrl |
| Text | ImageUrlFocus |
| Text | AlphaMaskUrl |
| Text | Style |
| Text | Substyle |
| Boolean | StyleSelected |
| Boolean const | DownloadInProgress |
| Boolean | SuperSample |
| Vec3 | Colorize |
| Vec3 | ModulateColor |
| Vec3 | BgColor |
| Vec3 | BgColorFocus |
| Real | Opacity |
| CMlQuad::EKeepRatioMode | KeepRatio |
| CMlQuad::EBlendMode | Blend |
| Text | TTS_AltText |
| Boolean | TTS_AltText_Translate |
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 |
| enum CMlQuad::EBlendMode |
| Void CMlQuad::RefreshImages | ( | ) |
| Void CMlQuad::TTS_Focus | ( | ) |
| Void CMlQuad::TTS_Unfocus | ( | ) |
| Text CMlQuad::AlphaMaskUrl |
| Vec3 CMlQuad::BgColor |
| Vec3 CMlQuad::BgColorFocus |
| CMlQuad::EBlendMode CMlQuad::Blend |
| Vec3 CMlQuad::Colorize |
| Boolean const CMlQuad::DownloadInProgress |
| CImage* CMlQuad::Image |
| Text CMlQuad::ImageUrl |
| Text CMlQuad::ImageUrlFocus |
| CMlQuad::EKeepRatioMode CMlQuad::KeepRatio |
| Vec3 CMlQuad::ModulateColor |
| Real CMlQuad::Opacity |
| Text CMlQuad::Style |
| Boolean CMlQuad::StyleSelected |
| Text CMlQuad::Substyle |
| Boolean CMlQuad::SuperSample |
| Text CMlQuad::TTS_AltText |
| Boolean CMlQuad::TTS_AltText_Translate |