![]() |
ManiaScript Trackmania 2020
30/10/2024
|
API for platform calls. More...
#include <2024_10_30.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 |
![]() | |
Ident const | Id |
API for platform calls.
Supported declare modes :
Definition at line 5474 of file 2024_10_30.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 5515 of file 2024_10_30.h.
Text const CSystemPlatform::CurrentLocalDateText |
Definition at line 5519 of file 2024_10_30.h.
Text const CSystemPlatform::CurrentTimezone |
Definition at line 5523 of file 2024_10_30.h.
Text const CSystemPlatform::CurrentTimezoneTimeOffset |
Definition at line 5527 of file 2024_10_30.h.
Text const CSystemPlatform::ExeVersion |
Definition at line 5511 of file 2024_10_30.h.
Text CSystemPlatform::ExtraTool_Data |
Definition at line 5535 of file 2024_10_30.h.
Text const CSystemPlatform::ExtraTool_Info |
Definition at line 5531 of file 2024_10_30.h.
Boolean const CSystemPlatform::IsWritingUserSave |
Background write to usersave in progress. Do not switch off the console.
Definition at line 5547 of file 2024_10_30.h.
CSystemPlatform::ESystemPlatform const CSystemPlatform::Platform |
Definition at line 5503 of file 2024_10_30.h.
CSystemPlatform::ESystemSkuIdentifier const CSystemPlatform::SkuIdentifier |
Definition at line 5507 of file 2024_10_30.h.