|
ManiaScript Reference
2019-05
|
Public Types | |
| enum | ELinkType { ExternalBrowser, ManialinkBrowser } |
Public Member Functions | |
| 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 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 |
Supported declare modes : Local Persistent API for Maniaplanet client scripts.
| enum CManiaApp::ELinkType |
Explore to given file or folder. Returns False if it does not exist on the filesystem. (may be because it is in a pack)
| CUILayer CManiaApp::UILayerCreate | ( | ) |
| Void CManiaApp::UILayerDestroyAll | ( | ) |
| const CAudioManager CManiaApp::Audio |
| const CDataFileMgr CManiaApp::DataFileMgr |
| Boolean CManiaApp::EnableMenuNavigationInputs |
| const CHttpManager CManiaApp::Http |
| const CInputManager CManiaApp::Input |
| const Boolean CManiaApp::IsVisible |
| Integer CManiaApp::LayersDefaultManialinkVersion |
| const CTitle CManiaApp::LoadedTitle |
| const CUser CManiaApp::LocalUser |
| const Text CManiaApp::ManiaAppBaseUrl |
| const Text CManiaApp::ManiaAppUrl |
| const Integer CManiaApp::Now |
| const CScoreMgr CManiaApp::ScoreMgr |
| const CSystemPlatform CManiaApp::System |
| const CUILayer [] CManiaApp::UILayers |
| const CUserV2Manager CManiaApp::UserMgr |
| const CVideoManager CManiaApp::Video |
| const CParsingManager CManiaApp::Xml |