![]() |
ManiaScript Trackmania 2020
14/07/2025
|
A player is the incarnation of the user in the playground. More...
#include <2025_07_14.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 :
Definition at line 8034 of file 2025_07_14.h.
| 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.
Definition at line 8051 of file 2025_07_14.h.
| Integer const CPlayer::RequestedClan |
Definition at line 8043 of file 2025_07_14.h.
| Boolean const CPlayer::RequestsSpectate |
Definition at line 8047 of file 2025_07_14.h.
| CUser* const CPlayer::User |
Definition at line 8039 of file 2025_07_14.h.