![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Documentation for class CMlScript_ReadOnly. More...
#include <2025_07_14.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.
Definition at line 18559 of file 2025_07_14.h.
| CAnimManager* CMlScript_ReadOnly::AnimMgr |
Definition at line 18652 of file 2025_07_14.h.
| Text CMlScript_ReadOnly::CurrentLocalDateText |
Definition at line 18616 of file 2025_07_14.h.
| Integer CMlScript_ReadOnly::CurrentTime |
Definition at line 18608 of file 2025_07_14.h.
| Text CMlScript_ReadOnly::CurrentTimeText |
Definition at line 18612 of file 2025_07_14.h.
| Text CMlScript_ReadOnly::CurrentTimezone |
Definition at line 18620 of file 2025_07_14.h.
| CInputManager* CMlScript_ReadOnly::Input |
Definition at line 18648 of file 2025_07_14.h.
| CTitle const* const CMlScript_ReadOnly::LoadedTitle |
Definition at line 18628 of file 2025_07_14.h.
| CUser const* const CMlScript_ReadOnly::LocalUser |
Definition at line 18624 of file 2025_07_14.h.
| Integer CMlScript_ReadOnly::Now |
Definition at line 18600 of file 2025_07_14.h.
| CMlPage* CMlScript_ReadOnly::Page |
Definition at line 18588 of file 2025_07_14.h.
| Boolean CMlScript_ReadOnly::PageAlwaysUpdateScript |
Definition at line 18596 of file 2025_07_14.h.
| Boolean CMlScript_ReadOnly::PageIsVisible |
Definition at line 18592 of file 2025_07_14.h.
| Integer CMlScript_ReadOnly::Period |
Definition at line 18604 of file 2025_07_14.h.
| CMlScript_ReadOnly::ESystemPlatform CMlScript_ReadOnly::SystemPlatform |
Definition at line 18632 of file 2025_07_14.h.
| CMlScript_ReadOnly::ESystemSkuIdentifier CMlScript_ReadOnly::SystemSkuIdentifier |
Definition at line 18636 of file 2025_07_14.h.
| CVideoManager* CMlScript_ReadOnly::Video |
Definition at line 18644 of file 2025_07_14.h.
| CParsingManager* CMlScript_ReadOnly::Xml |
Definition at line 18640 of file 2025_07_14.h.