ManiaScript Reference
2019-05
|
Public Types | |
enum | EUILayerType { Normal, ScoresTable, ScreenIn3d, AltMenu, Markers, CutScene, InGameMenu, EditorPlugin, ManiaplanetPlugin, ManiaplanetMenu, LoadingScreen } |
enum | EUILayerAnimation { None, DownFast, DownSlow, LeftFast, LeftSlow, RightFast, RightSlow, ScaleFast, ScaleSlow, UpFast, UpSlow } |
Public Attributes | |
Boolean | IsVisible |
const Boolean | AnimInProgress |
EUILayerType | Type |
EUILayerAnimation | InAnimation |
EUILayerAnimation | OutAnimation |
EUILayerAnimation | InOutAnimation |
Text | AttachId |
Text | ManialinkPage |
const CMlPage | LocalPage |
const Boolean | IsLocalPageScriptRunning |
Public Attributes inherited from CNod | |
const Ident | Id |
const Boolean CUILayer::AnimInProgress |
Text CUILayer::AttachId |
EUILayerAnimation CUILayer::InAnimation |
EUILayerAnimation CUILayer::InOutAnimation |
const Boolean CUILayer::IsLocalPageScriptRunning |
Boolean CUILayer::IsVisible |
const CMlPage CUILayer::LocalPage |
Text CUILayer::ManialinkPage |
EUILayerAnimation CUILayer::OutAnimation |
EUILayerType CUILayer::Type |