|
ManiaScript Reference
2019-05
|
Public Attributes | |
| const Text | FullFileName |
Public Attributes inherited from CMlEntry | |
| Text | Value |
| ETextFormat | TextFormat |
| Real | Opacity |
| Vec3 | TextColor |
| Real | TextSizeReal |
| Integer | MaxLine |
| Boolean | AutoNewLine |
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 |
Additional Inherited Members | |
Public Types inherited from CMlEntry | |
| enum | ETextFormat { Basic, Script, Password, Newpassword } |
Public Types inherited from CMlControl | |
| enum | AlignHorizontal { Left, HCenter, Right, None } |
| enum | AlignVertical { Top, VCenter, Bottom, None, VCenter2 } |
Public Member Functions inherited from CMlEntry | |
| Void | StartEdition () |
| Void | SetText (Text NewText, Boolean SendSubmitEvent) |
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 () |
Supported declare modes : Local Manialink entry.
| const Text CMlFileEntry::FullFileName |