ManiaScript Trackmania 2020  30/10/2024
CSmArenaInterfaceManialinkScriptHandler_ReadOnly Class Reference

Documentation for class CSmArenaInterfaceManialinkScriptHandler_ReadOnly. More...

#include <2024_10_30.h>

Inheritance diagram for CSmArenaInterfaceManialinkScriptHandler_ReadOnly:
CMlScriptIngame_ReadOnly CMlScript_ReadOnly CNod

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
CMlPagePage
 
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
 
CParsingManagerXml
 
CVideoManagerVideo
 
CInputManagerInput
 
CAnimManagerAnimMgr
 
- 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
}
 

Detailed Description

Documentation for class CSmArenaInterfaceManialinkScriptHandler_ReadOnly.

Definition at line 2894 of file 2024_10_30.h.

Member Data Documentation

◆ ArenaNow

Integer CSmArenaInterfaceManialinkScriptHandler_ReadOnly::ArenaNow

Definition at line 2899 of file 2024_10_30.h.

◆ GUIPlayer

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.

Definition at line 2907 of file 2024_10_30.h.

◆ InputPlayer

CSmPlayer const* const CSmArenaInterfaceManialinkScriptHandler_ReadOnly::InputPlayer

Player receiving the inputs. Null if spectating other players.

Definition at line 2903 of file 2024_10_30.h.

◆ MapBases

Array<CSmMapBase const * const > CSmArenaInterfaceManialinkScriptHandler_ReadOnly::MapBases

Definition at line 2923 of file 2024_10_30.h.

◆ MapLandmarks

Array<CSmMapLandmark const * const > CSmArenaInterfaceManialinkScriptHandler_ReadOnly::MapLandmarks

Definition at line 2927 of file 2024_10_30.h.

◆ MapLandmarks_BotPath

Array<CSmMapLandmark const * const > CSmArenaInterfaceManialinkScriptHandler_ReadOnly::MapLandmarks_BotPath

Definition at line 2943 of file 2024_10_30.h.

◆ MapLandmarks_Foundation

Array<CSmMapLandmark const * const > CSmArenaInterfaceManialinkScriptHandler_ReadOnly::MapLandmarks_Foundation

Definition at line 2955 of file 2024_10_30.h.

◆ MapLandmarks_Gate

Array<CSmMapLandmark const * const > CSmArenaInterfaceManialinkScriptHandler_ReadOnly::MapLandmarks_Gate

Definition at line 2951 of file 2024_10_30.h.

◆ MapLandmarks_Gauge

Array<CSmMapLandmark const * const > CSmArenaInterfaceManialinkScriptHandler_ReadOnly::MapLandmarks_Gauge

Definition at line 2935 of file 2024_10_30.h.

◆ MapLandmarks_ObjectAnchor

Array<CSmMapLandmark const * const > CSmArenaInterfaceManialinkScriptHandler_ReadOnly::MapLandmarks_ObjectAnchor

Definition at line 2947 of file 2024_10_30.h.

◆ MapLandmarks_PlayerSpawn

Array<CSmMapLandmark const * const > CSmArenaInterfaceManialinkScriptHandler_ReadOnly::MapLandmarks_PlayerSpawn

Definition at line 2931 of file 2024_10_30.h.

◆ MapLandmarks_Sector

Array<CSmMapLandmark const * const > CSmArenaInterfaceManialinkScriptHandler_ReadOnly::MapLandmarks_Sector

Definition at line 2939 of file 2024_10_30.h.

◆ Players

Array<CSmPlayer const * const > CSmArenaInterfaceManialinkScriptHandler_ReadOnly::Players

Definition at line 2911 of file 2024_10_30.h.

◆ Scores

Array<CSmScore const * const > CSmArenaInterfaceManialinkScriptHandler_ReadOnly::Scores

Definition at line 2919 of file 2024_10_30.h.

◆ Vehicles

Array<CModeVehicle const * const > CSmArenaInterfaceManialinkScriptHandler_ReadOnly::Vehicles

Definition at line 2915 of file 2024_10_30.h.


The documentation for this class was generated from the following file: