ManiaScript Reference
2019-05
|
Public Member Functions | |
CMlControl | GetFirstChild (Text ControlId) |
Void | Scroll (Vec2 DeltaInGridUnits) |
Void | ScrollBumpTop () |
Void | ScrollBumpBottom () |
Void | ScrollBumpLeft () |
Void | ScrollBumpRight () |
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 | |
const CMlControl [] | Controls |
Boolean | ClipWindowActive |
Vec2 | ClipWindowRelativePosition |
Vec2 | ClipWindowSize |
Boolean | ScrollActive |
Vec2 | ScrollOffset |
const Vec2 | ScrollAnimOffset |
Vec2 | ScrollMax |
Vec2 | ScrollMin |
Boolean | ScrollGridSnap |
Vec2 | ScrollGrid |
Boolean | DisablePreload |
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 CMlControl | |
enum | AlignHorizontal { Left, HCenter, Right, None } |
enum | AlignVertical { Top, VCenter, Bottom, None, VCenter2 } |
Supported declare modes : Local
CMlControl CMlFrame::GetFirstChild | ( | Text | ControlId | ) |
Void CMlFrame::ScrollBumpBottom | ( | ) |
Void CMlFrame::ScrollBumpLeft | ( | ) |
Void CMlFrame::ScrollBumpRight | ( | ) |
Void CMlFrame::ScrollBumpTop | ( | ) |
Boolean CMlFrame::ClipWindowActive |
Vec2 CMlFrame::ClipWindowRelativePosition |
Vec2 CMlFrame::ClipWindowSize |
const CMlControl [] CMlFrame::Controls |
Boolean CMlFrame::DisablePreload |
Boolean CMlFrame::ScrollActive |
const Vec2 CMlFrame::ScrollAnimOffset |
Vec2 CMlFrame::ScrollGrid |
Boolean CMlFrame::ScrollGridSnap |
Vec2 CMlFrame::ScrollMax |
Vec2 CMlFrame::ScrollMin |
Vec2 CMlFrame::ScrollOffset |