![]() |
Trackmania ManiaScript Reference 2026.2.2.1751
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CMlScript_ReadOnly. More...
#include <doc.h>
Public Types | |
| enum | ESystemPlatform { None , Steam , UPlay , PS4 , XBoxOne , PS5 , XBoxSeries , Stadia , Luna } |
| enum | ESystemSkuIdentifier { Unknown , EU , US , JP , CN } |
Public Attributes | |
| 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 |
Documentation for class CMlScript_ReadOnly.
| CAnimManager* CMlScript_ReadOnly::AnimMgr |
| Text CMlScript_ReadOnly::CurrentLocalDateText |
| Integer CMlScript_ReadOnly::CurrentTime |
| Text CMlScript_ReadOnly::CurrentTimeText |
| Text CMlScript_ReadOnly::CurrentTimezone |
| CInputManager* CMlScript_ReadOnly::Input |
| CTitle const* const CMlScript_ReadOnly::LoadedTitle |
| CUser const* const CMlScript_ReadOnly::LocalUser |
| Integer CMlScript_ReadOnly::Now |
| CMlPage* CMlScript_ReadOnly::Page |
| Boolean CMlScript_ReadOnly::PageAlwaysUpdateScript |
| Boolean CMlScript_ReadOnly::PageIsVisible |
| Integer CMlScript_ReadOnly::Period |
| CMlScript_ReadOnly::ESystemPlatform CMlScript_ReadOnly::SystemPlatform |
| CMlScript_ReadOnly::ESystemSkuIdentifier CMlScript_ReadOnly::SystemSkuIdentifier |
| CVideoManager* CMlScript_ReadOnly::Video |
| CParsingManager* CMlScript_ReadOnly::Xml |