![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Station info & manipulation. More...
#include <2025_07_14.h>
Public Types | |
enum | EEchelon { None, Bronze1, Bronze2, Bronze3, Silver1, Silver2, Silver3, Gold1, Gold2, Gold3 } |
Public Attributes | |
CTitle *const | Title |
Integer const | AudienceRegisteredUsers |
Integer const | CampaignMedalsMax |
Integer const | CampaignMedalsCurrent |
Integer const | CampaignMedalsRanking |
Real const | LadderPoints |
Integer const | LadderRank |
CStation::EEchelon const | Echelon |
Integer const | NextEchelonPercent |
Boolean | DisableQuickEnter |
Boolean | IsLogoVisible |
Real | GhostAlpha |
Vec3 | FocusLightColor |
Vec3 | NormalLightColor |
Boolean const | IsEditable |
![]() | |
Ident const | Id |
Station info & manipulation.
Definition at line 13445 of file 2025_07_14.h.
enum CStation::EEchelon |
Integer const CStation::AudienceRegisteredUsers |
Definition at line 13469 of file 2025_07_14.h.
Integer const CStation::CampaignMedalsCurrent |
Definition at line 13477 of file 2025_07_14.h.
Integer const CStation::CampaignMedalsMax |
Definition at line 13473 of file 2025_07_14.h.
Integer const CStation::CampaignMedalsRanking |
Definition at line 13481 of file 2025_07_14.h.
Boolean CStation::DisableQuickEnter |
Definition at line 13501 of file 2025_07_14.h.
CStation::EEchelon const CStation::Echelon |
Definition at line 13493 of file 2025_07_14.h.
Vec3 CStation::FocusLightColor |
Definition at line 13513 of file 2025_07_14.h.
Real CStation::GhostAlpha |
Definition at line 13509 of file 2025_07_14.h.
Boolean const CStation::IsEditable |
Is title present in WorkTitles folder?
Definition at line 13521 of file 2025_07_14.h.
Boolean CStation::IsLogoVisible |
Definition at line 13505 of file 2025_07_14.h.
Real const CStation::LadderPoints |
Definition at line 13485 of file 2025_07_14.h.
Integer const CStation::LadderRank |
Definition at line 13489 of file 2025_07_14.h.
Integer const CStation::NextEchelonPercent |
Definition at line 13497 of file 2025_07_14.h.
Vec3 CStation::NormalLightColor |
Definition at line 13517 of file 2025_07_14.h.
CTitle* const CStation::Title |
Definition at line 13465 of file 2025_07_14.h.