![]() |
ManiaScript Trackmania 2020
14/07/2025
|
API for platform calls. 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 Member Functions | |
| Void | ClipboardSet (Text ClipboardText) |
| Void | FlashWindow () |
Public Attributes | |
| CSystemPlatform::ESystemPlatform const | Platform |
| CSystemPlatform::ESystemSkuIdentifier const | SkuIdentifier |
| Text const | ExeVersion |
| Integer const | CurrentLocalDate |
| Text const | CurrentLocalDateText |
| Text const | CurrentTimezone |
| Text const | CurrentTimezoneTimeOffset |
| Text const | ExtraTool_Info |
| Text | ExtraTool_Data |
| Boolean const | IsWritingUserSave |
Public Attributes inherited from CNod | |
| Ident const | Id |
API for platform calls.
Supported declare modes :
Definition at line 5502 of file 2025_07_14.h.
| Void CSystemPlatform::FlashWindow | ( | ) |
| Integer const CSystemPlatform::CurrentLocalDate |
Beware: altough it is a number of seconds since 'local epoch', this is not a unix timestamp as it is the time in the local time zone. It is only useful for localized UI. Use Timelib::GetCurrent() instead if you need an absolute unix timestamp.
Definition at line 5543 of file 2025_07_14.h.
| Text const CSystemPlatform::CurrentLocalDateText |
Definition at line 5547 of file 2025_07_14.h.
| Text const CSystemPlatform::CurrentTimezone |
Definition at line 5551 of file 2025_07_14.h.
| Text const CSystemPlatform::CurrentTimezoneTimeOffset |
Definition at line 5555 of file 2025_07_14.h.
| Text const CSystemPlatform::ExeVersion |
Definition at line 5539 of file 2025_07_14.h.
| Text CSystemPlatform::ExtraTool_Data |
Definition at line 5563 of file 2025_07_14.h.
| Text const CSystemPlatform::ExtraTool_Info |
Definition at line 5559 of file 2025_07_14.h.
| Boolean const CSystemPlatform::IsWritingUserSave |
Background write to usersave in progress. Do not switch off the console.
Definition at line 5575 of file 2025_07_14.h.
| CSystemPlatform::ESystemPlatform const CSystemPlatform::Platform |
Definition at line 5531 of file 2025_07_14.h.
| CSystemPlatform::ESystemSkuIdentifier const CSystemPlatform::SkuIdentifier |
Definition at line 5535 of file 2025_07_14.h.