TM Turbo
2016/03/25
TM Turbo docs
|
#include <Turbo.h>
Public Attributes | |
const CTmMlPlayer | InputPlayer |
const CTmMlPlayer | GUIPlayer |
const CTmRaceClientEvent[] | RaceEvents |
const Integer | NbLaps |
const Boolean | IndependantLaps |
const CTmMlPlayer[] | Players |
const CTmScore[] | Scores |
const Integer[] | ClanScores |
const Integer | SplitScreenNum |
const Integer | SplitScreenCount |
Integer | CurPlayerCamera |
const Vec3 | MapStartLinePos |
const Vec3[] | MapCheckpointPos |
const Vec3[] | MapFinishLinePos |
const Boolean | MapIsLapRace |
const Integer | MapNbLaps |
![]() | |
const Integer | GameTime |
const CPlaygroundClient | Playground |
CUIConfig | UI |
CUIConfig | ClientUI |
const Boolean | IsSpectator |
const Boolean | IsSpectatorClient |
const Boolean | UseClans |
const Boolean | UseForcedClans |
const CManiaAppPlaygroundCommon | ParentApp |
const CMap | Map |
const CTeam[] | Teams |
const Boolean | IsInGameMenuDisplayed |
const Text | CurrentServerLogin |
const Text | CurrentServerName |
const Text | CurrentServerDesc |
const Text | CurrentServerJoinLink |
const Text | CurrentServerModeName |
const CGameAchievementScriptManager | AchievementsManager |
![]() | |
const CMlPage | Page |
const Boolean | PageIsVisible |
const Integer | Now |
const Integer | Period |
const Integer | CurrentTime |
const Text | CurrentTimeText |
const Text | CurrentLocalDateText |
const CUser | LocalUser |
const CTitle | LoadedTitle |
const ESystemPlatform | SystemPlatform |
const ESystemSkuIdentifier | SystemSkuIdentifier |
const CMlEvent[] | PendingEvents |
Boolean | Dbg_WarnOnDroppedEvents |
const Real | MouseX |
const Real | MouseY |
const Boolean | MouseLeftButton |
const Boolean | MouseRightButton |
const Boolean | MouseMiddleButton |
const Boolean | KeyUp |
const Boolean | KeyDown |
const Boolean | KeyLeft |
const Boolean | KeyRight |
const Boolean | KeyReturn |
const Boolean | KeySpace |
const Boolean | KeyDelete |
Boolean | EnableMenuNavigationInputs |
const Boolean | IsMenuNavigationForeground |
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 CGamePluginInterfacesScript | Plugins |
![]() | |
const Ident | Id |
Additional Inherited Members | |
![]() | |
enum | EUISound { Default, Silence, StartMatch, EndMatch, StartRound, EndRound, PhaseChange, TieBreakPoint, TiePoint, VictoryPoint, Capture, TimeOut, Notice, Warning, PlayerEliminated, PlayerHit, Checkpoint, Finish, Record, ScoreProgress, RankChange, Bonus, FirstHit, Combo, PlayersRemaining, Custom1, Custom2, Custom3, Custom4 } |
enum | EInGameMenuResult { Resume, Quit, NormalMenu, AdvancedMenu, ServerSettings } |
![]() | |
enum | LinkType { ExternalBrowser, ManialinkBrowser, Goto, ExternalFromId, ManialinkFromId, GotoFromId } |
enum | ESystemPlatform { None, Steam, UPlay, PS4, XBoxOne } |
enum | ESystemSkuIdentifier { Unknown, EU, US, JP } |
![]() | |
Void | ShowCurChallengeCard () |
Void | ShowModeHelp () |
Void | CopyServerLinkToClipBoard () |
Void | JoinTeam1 () |
Void | JoinTeam2 () |
Void | RequestSpectatorClient (Boolean Spectator) |
Void | SetSpectateTarget (Text Player) |
Void | ShowProfile (Text Player) |
Void | ShowInGameMenu () |
Void | CloseInGameMenu (EInGameMenuResult Result) |
Void | CloseScoresTable () |
Void | PlayUiSound (EUISound Sound, Integer SoundVariant, Real Volume) |
![]() | |
Void | Dbg_SetProcessed (CMlEvent Event) |
Boolean | IsKeyPressed (Integer KeyCode) |
Void | EnableMenuNavigation (Boolean EnableInputs, Boolean WithAutoFocus, CMlControl AutoBackControl, Integer InputPriority) |
Void | OpenLink (Text Url, LinkType LinkType) |
Void | TriggerPageAction (Text ActionString) |
Void | SendCustomEvent (Text Type, Text[] Data) |
Void | PreloadImage (Text ImageUrl) |
Void | PreloadAll () |
Text | Dbg_DumpDeclareForVariables (CNod Nod, Boolean StatsOnly) |
Supported declare modes : Local Persistent Trackmania race API for Manialink scripts
const Vec3 [] CTmMlScriptIngame::MapCheckpointPos |
You can use MapCheckpointPos.count to get the number of checkpoints.