![]() |
ManiaScript Trackmania 2020
30/10/2024
|
A currently connected CUser. More...
#include <2024_10_30.h>
Public Attributes | |
CUser *const | User |
CUIConfig *const | UI |
Boolean const | IsConnectedToMasterServer |
Text const | ClientVersion |
Text const | ClientTitleVersion |
Boolean const | IsSpectator |
Integer const | IdleDuration |
![]() | |
Ident const | Id |
A currently connected CUser.
Supported declare modes :
Definition at line 7360 of file 2024_10_30.h.
Text const CClient::ClientTitleVersion |
Definition at line 7381 of file 2024_10_30.h.
Text const CClient::ClientVersion |
Definition at line 7377 of file 2024_10_30.h.
Integer const CClient::IdleDuration |
Duration during which the player is not active while they should be (AFK).
Definition at line 7389 of file 2024_10_30.h.
Boolean const CClient::IsConnectedToMasterServer |
Otherwise, it's a LAN account not currently authentified with the masterserver.
Definition at line 7373 of file 2024_10_30.h.
Boolean const CClient::IsSpectator |
Definition at line 7385 of file 2024_10_30.h.
CUIConfig* const CClient::UI |
Definition at line 7369 of file 2024_10_30.h.
CUser* const CClient::User |
Definition at line 7365 of file 2024_10_30.h.