|
ManiaScript
Script language used in ManiaPlanet
|
#include <big.h>
Public Member Functions | |
| Void | SetText (Text NewText) |
| Real | ComputeWidth (Text Text) |
Public Member Functions inherited from CMlControl | |
| Boolean | HasClass (Text Class) |
| Void | Show () |
| Void | Hide () |
| Void | Unload () |
| Void | Focus () |
Public Attributes | |
| Text | Value |
| const Integer | ValueLineCount |
| Integer | MaxLine |
| Boolean | AutoNewLine |
| Real | Opacity |
| Vec3 | TextColor |
| Integer | TextSize |
Public Attributes inherited from CMlControl | |
| const Text | ControlId |
| const Text[] | ControlClasses |
| Vec2 | Size |
| AlignHorizontal | HorizontalAlign |
| AlignVertical | VerticalAlign |
| Boolean | Visible |
| Vec3 | RelativePosition |
| Real | RelativeScale |
| Real | RelativeRotation |
| const Vec3 | AbsolutePosition |
| const Real | AbsoluteScale |
| const Real | AbsoluteRotation |
Public Attributes inherited from CNod | |
| const Ident | Id |
Additional Inherited Members | |
Public Types inherited from CMlControl | |
| enum | AlignHorizontal { Left, HCenter, Right, None } |
| enum | AlignVertical { Top, VCenter, Bottom, None, VCenter2 } |
Supported declare modes : Local Manialink control.
| Boolean CMlLabel::AutoNewLine |
| Integer CMlLabel::MaxLine |
| Real CMlLabel::Opacity |
| Vec3 CMlLabel::TextColor |
| Integer CMlLabel::TextSize |
| Text CMlLabel::Value |
| const Integer CMlLabel::ValueLineCount |
1.8.1.2