![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Station mania app. More...
#include <2024_10_30.h>
Public Member Functions | |
Void | EnterStation () |
Void | Maker_EditTitle (Text EditedTitleId) |
Void | Maker_EditNewTitle (Text EditedTitleName) |
![]() | |
CUILayer | UILayerCreate () |
Void | UILayerDestroy (CUILayer Layer) |
Void | UILayerDestroyAll () |
Void | LayerCustomEvent (CUILayer Layer, Text Type, Array< Text > Data) |
Void | OpenLink (Text Url, CManiaApp::ELinkType LinkType) |
Boolean | OpenFileInExplorer (Text FileName) |
Void | Dialog_Message (Text Message) |
Text | Dbg_DumpDeclareForVariables (CNod Nod, Boolean StatsOnly) |
Ident | TTS_Context_Enter (Integer Level) |
Ident | TTS_Context_Leave (Ident ContextId) |
Void | TTS_Context_Change (Ident ContextId, CMlControl Control) |
Void | TTS_Context_Change (Ident ContextId, Text Text, Boolean Translate) |
Void | TTS_Context_Read (Integer Level) |
Void | TTS_Context_Read (Ident ContextId) |
Text | FilterProfanities (Text TextToFilter) |
Public Attributes | |
CStation *const | Station |
Array< CPackCreatorTitleInfo *const > | Maker_EditedTitles |
![]() | |
Array< CManiaAppEvent *const > | PendingEvents |
![]() | |
Text const | ManiaAppUrl |
Text const | ManiaAppBaseUrl |
Integer const | Now |
Boolean const | IsVisible |
Integer | LayersDefaultManialinkVersion |
CUser *const | LocalUser |
CTitle *const | LoadedTitle |
Boolean | EnableMenuNavigationInputs |
Array< CUILayer *const > | UILayers |
CParsingManager *const | Xml |
CHttpManager *const | Http |
CVideoManager *const | Video |
CAudioManager *const | Audio |
CInputManager *const | Input |
CDataFileMgr *const | DataFileMgr |
CScoreMgr *const | ScoreMgr |
CRankingsZoneMgr *const | ZoneMgr |
CTrackingMgr *const | TrackingMgr |
CUserV2Manager *const | UserMgr |
CWSNotificationManager *const | WSNotificationMgr |
CSystemPlatform *const | System |
Boolean | TTS_Disabled |
![]() | |
Ident const | Id |
Additional Inherited Members | |
![]() | |
enum | ELinkType { ExternalBrowser, ManialinkBrowser } |
Station mania app.
Supported declare modes :
Definition at line 13390 of file 2024_10_30.h.
Void CManiaAppStation::EnterStation | ( | ) |
A new title id will be derived from the EditedTitleName.
Array<CPackCreatorTitleInfo* const > CManiaAppStation::Maker_EditedTitles |
Definition at line 13411 of file 2024_10_30.h.
CStation* const CManiaAppStation::Station |
Definition at line 13395 of file 2024_10_30.h.