![]() |
ManiaScript Trackmania 2020
14/07/2025
|
A currently connected CUser. More...
#include <2025_07_14.h>
Public Attributes | |
| CUser *const | User |
| CUIConfig *const | UI |
| Boolean const | IsConnectedToMasterServer |
| Text const | ClientVersion |
| Text const | ClientTitleVersion |
| Boolean const | IsSpectator |
| Integer const | IdleDuration |
Public Attributes inherited from CNod | |
| Ident const | Id |
A currently connected CUser.
Supported declare modes :
Definition at line 7388 of file 2025_07_14.h.
| Text const CClient::ClientTitleVersion |
Definition at line 7409 of file 2025_07_14.h.
| Text const CClient::ClientVersion |
Definition at line 7405 of file 2025_07_14.h.
| Integer const CClient::IdleDuration |
Duration during which the player is not active while they should be (AFK).
Definition at line 7417 of file 2025_07_14.h.
| Boolean const CClient::IsConnectedToMasterServer |
Otherwise, it's a LAN account not currently authentified with the masterserver.
Definition at line 7401 of file 2025_07_14.h.
| Boolean const CClient::IsSpectator |
Definition at line 7413 of file 2025_07_14.h.
| CUIConfig* const CClient::UI |
Definition at line 7397 of file 2025_07_14.h.
| CUser* const CClient::User |
Definition at line 7393 of file 2025_07_14.h.