ManiaScript Reference
2019-05
|
Public Member Functions | |
Void | SplitScreenAssignLayer (CUILayer UILayer, Integer ScreenNum) |
Public Member Functions inherited from CManiaApp | |
CUILayer | UILayerCreate () |
Void | UILayerDestroy (CUILayer Layer) |
Void | UILayerDestroyAll () |
Void | LayerCustomEvent (CUILayer Layer, Text Type, Text[] Data) |
Void | OpenLink (Text Url, ELinkType LinkType) |
Boolean | OpenFileInExplorer (Text FileName) |
Void | Dialog_Message (Text Message) |
Text | Dbg_DumpDeclareForVariables (CNod Nod, Boolean StatsOnly) |
Public Attributes | |
const CManiaAppPlaygroundEvent [] | PendingEvents |
const CPlaygroundClient | Playground |
const CMap | Map |
CUIConfig | UI |
CUIConfig | ClientUI |
const Integer | SplitScreenCount |
Public Attributes inherited from CManiaApp | |
const Text | ManiaAppUrl |
const Text | ManiaAppBaseUrl |
const Integer | Now |
const Boolean | IsVisible |
Integer | LayersDefaultManialinkVersion |
const CUser | LocalUser |
const CTitle | LoadedTitle |
Boolean | EnableMenuNavigationInputs |
const CUILayer [] | UILayers |
const CParsingManager | Xml |
const CHttpManager | Http |
const CVideoManager | Video |
const CAudioManager | Audio |
const CInputManager | Input |
const CDataFileMgr | DataFileMgr |
const CScoreMgr | ScoreMgr |
const CUserV2Manager | UserMgr |
const CSystemPlatform | System |
Public Attributes inherited from CNod | |
const Ident | Id |
Additional Inherited Members | |
Public Types inherited from CManiaApp | |
enum | ELinkType { ExternalBrowser, ManialinkBrowser } |
Supported declare modes : Local Persistent API for game interface client scripts
Set a layer to be displayed on a subscreen. ScreenNum: 0=global, 1,2.... = screen index. Limitation: a local layer can only be one screen at a time.
CUIConfig CManiaAppPlaygroundCommon::ClientUI |
Locally accessible by the client script to locally override settings from the server.
const CMap CManiaAppPlaygroundCommon::Map |
const CManiaAppPlaygroundEvent [] CManiaAppPlaygroundCommon::PendingEvents |
const CPlaygroundClient CManiaAppPlaygroundCommon::Playground |
const Integer CManiaAppPlaygroundCommon::SplitScreenCount |
CUIConfig CManiaAppPlaygroundCommon::UI |
(read-only) UI actually displayed, as defined by the server.