Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CSmArenaInterfaceManialinkScriptHandler_ReadOnly. More...
#include <doc.h>
Public Attributes | |
Integer | ArenaNow |
CSmPlayer const *const | InputPlayer |
CSmPlayer const *const | GUIPlayer |
Array< CSmPlayer const *const > | Players |
Array< CModeVehicle const *const > | Vehicles |
Array< CSmScore const *const > | Scores |
Array< CSmMapBase const *const > | MapBases |
Array< CSmMapLandmark const *const > | MapLandmarks |
Array< CSmMapLandmark const *const > | MapLandmarks_PlayerSpawn |
Array< CSmMapLandmark const *const > | MapLandmarks_Gauge |
Array< CSmMapLandmark const *const > | MapLandmarks_Sector |
Array< CSmMapLandmark const *const > | MapLandmarks_BotPath |
Array< CSmMapLandmark const *const > | MapLandmarks_ObjectAnchor |
Array< CSmMapLandmark const *const > | MapLandmarks_Gate |
Array< CSmMapLandmark const *const > | MapLandmarks_Foundation |
Public Attributes inherited from CMlScriptIngame_ReadOnly | |
Integer | GameTime |
CPlaygroundClient const *const | Playground |
Boolean | IsSpectator |
Boolean | IsSpectatorClient |
Boolean | UseClans |
Boolean | UseForcedClans |
CMap const *const | Map |
Array< CTeam const *const > | Teams |
Boolean | IsInGameMenuDisplayed |
Text | CurrentServerLogin |
Text | CurrentServerName |
Text | CurrentServerDesc |
Text | CurrentServerJoinLink |
Text | CurrentServerModeName |
Integer | SplitScreenNum |
Integer | SplitScreenCount |
Boolean | SplitScreenIsHorizontal |
Public Attributes inherited from CMlScript_ReadOnly | |
CMlPage * | Page |
Boolean | PageIsVisible |
Boolean | PageAlwaysUpdateScript |
Integer | Now |
Integer | Period |
Integer | CurrentTime |
Text | CurrentTimeText |
Text | CurrentLocalDateText |
Text | CurrentTimezone |
CUser const *const | LocalUser |
CTitle const *const | LoadedTitle |
CMlScript_ReadOnly::ESystemPlatform | SystemPlatform |
CMlScript_ReadOnly::ESystemSkuIdentifier | SystemSkuIdentifier |
CParsingManager * | Xml |
CVideoManager * | Video |
CInputManager * | Input |
CAnimManager * | AnimMgr |
Public Attributes inherited from CNod | |
Ident const | Id |
Additional Inherited Members | |
Public Types inherited from CMlScript_ReadOnly | |
enum | ESystemPlatform { None , Steam , UPlay , PS4 , XBoxOne , PS5 , XBoxSeries , Stadia , Luna } |
enum | ESystemSkuIdentifier { Unknown , EU , US , JP , CN } |
Documentation for class CSmArenaInterfaceManialinkScriptHandler_ReadOnly.
CSmPlayer const* const CSmArenaInterfaceManialinkScriptHandler_ReadOnly::GUIPlayer |
Player currently targetted by the camera. Same as InputPlayer when playing. Can be null in freecam when there's no specific target.
CSmPlayer const* const CSmArenaInterfaceManialinkScriptHandler_ReadOnly::InputPlayer |
Player receiving the inputs. Null if spectating other players.