|
TM Turbo
2016/03/25
TM Turbo docs
|
#include <Turbo.h>
Public Attributes | |
|
const CGameManiaAppPlaygroundScriptEvent[] | PendingEvents |
| const CPlaygroundClient | Playground |
| const CMap | Map |
| CUIConfig | UI |
| CUIConfig | ClientUI |
Public Attributes inherited from CManiaApp | |
| const Integer | Now |
| const Boolean | IsVisible |
| const Integer | CurrentDate |
| const Text | CurrentLocalDateText |
| Integer | LayersDefaultManialinkVersion |
| const CUser | LocalUser |
| const CTitle | LoadedTitle |
| const ESystemPlatform | SystemPlatform |
| const ESystemSkuIdentifier | SystemSkuIdentifier |
| Boolean | EnableMenuNavigationInputs |
| const CUILayer[] | UILayers |
| const CXmlManager | Xml |
| const CHttpManager | Http |
| const CVideoManager | Video |
| const CAudioManager | Audio |
| const CInputManager | Input |
| const CDataMgr | DataMgr |
| const CScoreMgr | ScoreMgr |
| const CPrivilegeMgr | PrivilegeMgr |
| const CPresenceMgr | PresenceMgr |
| const CGameUserManagerScript | UserMgr |
| const CManiaPlanet | ManiaPlanet |
| const CGamePluginInterfacesScript | Plugins |
Public Attributes inherited from CNod | |
| const Ident | Id |
Additional Inherited Members | |
Public Types inherited from CManiaApp | |
| enum | ELinkType { ExternalBrowser, ManialinkBrowser } |
| enum | EAnimManagerEasing { Linear, QuadIn, QuadOut, QuadInOut, CubicIn, CubicOut, CubicInOut, QuartIn, QuartOut, QuartInOut, QuintIn, QuintOut, QuintInOut, SineIn, SineOut, SineInOut, ExpIn, ExpOut, ExpInOut, CircIn, CircOut, CircInOut, BackIn, BackOut, BackInOut, ElasticIn, ElasticOut, ElasticInOut, ElasticIn2, ElasticOut2, ElasticInOut2, BounceIn, BounceOut, BounceInOut } |
| enum | ESystemPlatform { None, Steam, UPlay, PS4, XBoxOne } |
| enum | ESystemSkuIdentifier { Unknown, EU, US, JP } |
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) |
| Text | Dbg_DumpDeclareForVariables (CNod Nod, Boolean StatsOnly) |
Supported declare modes : Local Persistent API for game interface client scripts
| CUIConfig CManiaAppPlaygroundCommon::ClientUI |
Locally accessible by the client script to locally override settings from the server.
| CUIConfig CManiaAppPlaygroundCommon::UI |
(read-only) UI actually displayed, as defined by the server.