![]() |
Trackmania Turbo ManiaScript Reference 2016.11.07.1615
A ManiaScript Reference of the Trackmania Turbo game.
|
#include <doc.h>
Public Member Functions | |
| Void | Leave () |
| Void | MeshId_Next () |
| Void | MeshId_Previous () |
| CBadge | BadgeCreate () |
| Void | BadgeDestroy (CBadge Badge) |
| Void | BadgeCopy (CBadge Source, CBadge Destination) |
| Void | BadgeReadFromProfile (CBadge Badge, Ident UserId) |
| Void | BadgeWriteToProfile (CBadge Badge, Ident UserId) |
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) |
Public Attributes | |
| CBadge | DisplayCurrentBadge |
| Vec2 | DisplayPosN |
| Vec2 | DisplaySize |
| Real | DisplayFoV |
| Real | CameraTransitionDuration |
| Real | MeshRotation_MaxSpeed |
| Real | MeshRotation_Acceleration |
| Ident | DisplayCurrentMeshId |
| const Ident[] | MeshIds |
| const CBadge[] | Badges |
Public Attributes inherited from CGameManiaAppMinimal | |
| const CManiaAppEvent[] | PendingEvents |
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 } |
Supported declare modes : Local Persistent API for Maniaplanet client scripts.
| Real CBadgeEditor::CameraTransitionDuration |
Values in range (0.100000-10.000000)
| Real CBadgeEditor::MeshRotation_Acceleration |
Values in range (0.100000-10.000000)
| Real CBadgeEditor::MeshRotation_MaxSpeed |
Values in range (-10.000000-10.000000)