![]() |
ManiaScript
2019-10-10
The script language used in ManiaPlanet gaming system
|
#include <big.h>
Public Types | |
| 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 | SetText (Text NewText) |
| Real | ComputeWidth (Text Text) |
| Real | ComputeWidth (Text Text, Boolean Translated) |
| Real | ComputeHeight (Text Text) |
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 () |
Public Attributes | |
| Text | Style |
| Text | Substyle |
| Text | TextFont |
| Text | Value |
| const Integer | ValueLineCount |
| Integer | MaxLine |
| Real | LineSpacing |
| Boolean | AppendEllipsis |
| Boolean | AutoNewLine |
| Real | Opacity |
| Vec3 | TextColor |
| Real | TextSizeReal |
| EBlendMode | Blend |
Public Attributes inherited from CMlControl | |
| const CMlFrame | Parent |
| const Text | ControlId |
| const Text [] | ControlClasses |
| Vec2 | Size |
| AlignHorizontal | HorizontalAlign |
| AlignVertical | VerticalAlign |
| Boolean | Visible |
| Vec2 | RelativePosition_V3 |
| Real | ZIndex |
| Real | RelativeScale |
| Real | RelativeRotation |
| const Vec2 | AbsolutePosition_V3 |
| const Real | AbsoluteScale |
| const Real | AbsoluteRotation |
| Text | ToolTip |
| const Boolean | IsFocused |
Public Attributes inherited from CNod | |
| const Ident | Id |
Supported declare modes : Local Manialink entry.
| enum CMlLabel::EBlendMode |
| Boolean CMlLabel::AppendEllipsis |
| Boolean CMlLabel::AutoNewLine |
| EBlendMode CMlLabel::Blend |
| Real CMlLabel::LineSpacing |
| Integer CMlLabel::MaxLine |
| Real CMlLabel::Opacity |
| Text CMlLabel::Style |
| Text CMlLabel::Substyle |
| Vec3 CMlLabel::TextColor |
| Text CMlLabel::TextFont |
| Real CMlLabel::TextSizeReal |
| Text CMlLabel::Value |
| const Integer CMlLabel::ValueLineCount |
1.8.15