![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
A player is the incarnation of the user in the playground. More...
#include <doc.h>
Public Attributes | |
| CUser *const | User |
| Integer const | RequestedClan |
| Boolean const | RequestsSpectate |
| Integer | LandmarkOrderSelector_Race |
Public Attributes inherited from CEntity | |
| Ident const | MarkerId |
Public Attributes inherited from CNod | |
| Ident const | Id |
A player is the incarnation of the user in the playground.
Supported declare modes :
| Integer CPlayer::LandmarkOrderSelector_Race |
This player will only have Race interactions (CP, finishes...) with landmarks whose Order is equal to the selector. Set to -1 to interact with all landmarks.
| Integer const CPlayer::RequestedClan |
| Boolean const CPlayer::RequestsSpectate |
| CUser* const CPlayer::User |