![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Station info & manipulation. More...
#include <2024_10_30.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 13417 of file 2024_10_30.h.
enum CStation::EEchelon |
Integer const CStation::AudienceRegisteredUsers |
Definition at line 13441 of file 2024_10_30.h.
Integer const CStation::CampaignMedalsCurrent |
Definition at line 13449 of file 2024_10_30.h.
Integer const CStation::CampaignMedalsMax |
Definition at line 13445 of file 2024_10_30.h.
Integer const CStation::CampaignMedalsRanking |
Definition at line 13453 of file 2024_10_30.h.
Boolean CStation::DisableQuickEnter |
Definition at line 13473 of file 2024_10_30.h.
CStation::EEchelon const CStation::Echelon |
Definition at line 13465 of file 2024_10_30.h.
Vec3 CStation::FocusLightColor |
Definition at line 13485 of file 2024_10_30.h.
Real CStation::GhostAlpha |
Definition at line 13481 of file 2024_10_30.h.
Boolean const CStation::IsEditable |
Is title present in WorkTitles folder?
Definition at line 13493 of file 2024_10_30.h.
Boolean CStation::IsLogoVisible |
Definition at line 13477 of file 2024_10_30.h.
Real const CStation::LadderPoints |
Definition at line 13457 of file 2024_10_30.h.
Integer const CStation::LadderRank |
Definition at line 13461 of file 2024_10_30.h.
Integer const CStation::NextEchelonPercent |
Definition at line 13469 of file 2024_10_30.h.
Vec3 CStation::NormalLightColor |
Definition at line 13489 of file 2024_10_30.h.
CTitle* const CStation::Title |
Definition at line 13437 of file 2024_10_30.h.