ManiaScript Trackmania 2020  14/07/2025
CStation Class Reference

Station info & manipulation. More...

#include <2025_07_14.h>

Inheritance diagram for CStation:
CNod

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
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

Station info & manipulation.

Definition at line 13445 of file 2025_07_14.h.

Member Enumeration Documentation

◆ EEchelon

Enumerator
None 
Bronze1 
Bronze2 
Bronze3 
Silver1 
Silver2 
Silver3 
Gold1 
Gold2 
Gold3 

Definition at line 13450 of file 2025_07_14.h.

13450  {
13451  None,
13452  Bronze1,
13453  Bronze2,
13454  Bronze3,
13455  Silver1,
13456  Silver2,
13457  Silver3,
13458  Gold1,
13459  Gold2,
13460  Gold3,
13461  };

Member Data Documentation

◆ AudienceRegisteredUsers

Integer const CStation::AudienceRegisteredUsers

Definition at line 13469 of file 2025_07_14.h.

◆ CampaignMedalsCurrent

Integer const CStation::CampaignMedalsCurrent

Definition at line 13477 of file 2025_07_14.h.

◆ CampaignMedalsMax

Integer const CStation::CampaignMedalsMax

Definition at line 13473 of file 2025_07_14.h.

◆ CampaignMedalsRanking

Integer const CStation::CampaignMedalsRanking

Definition at line 13481 of file 2025_07_14.h.

◆ DisableQuickEnter

Boolean CStation::DisableQuickEnter

Definition at line 13501 of file 2025_07_14.h.

◆ Echelon

CStation::EEchelon const CStation::Echelon

Definition at line 13493 of file 2025_07_14.h.

◆ FocusLightColor

Vec3 CStation::FocusLightColor

Definition at line 13513 of file 2025_07_14.h.

◆ GhostAlpha

Real CStation::GhostAlpha

Definition at line 13509 of file 2025_07_14.h.

◆ IsEditable

Boolean const CStation::IsEditable

Is title present in WorkTitles folder?

Definition at line 13521 of file 2025_07_14.h.

◆ IsLogoVisible

Boolean CStation::IsLogoVisible

Definition at line 13505 of file 2025_07_14.h.

◆ LadderPoints

Real const CStation::LadderPoints

Definition at line 13485 of file 2025_07_14.h.

◆ LadderRank

Integer const CStation::LadderRank

Definition at line 13489 of file 2025_07_14.h.

◆ NextEchelonPercent

Integer const CStation::NextEchelonPercent

Definition at line 13497 of file 2025_07_14.h.

◆ NormalLightColor

Vec3 CStation::NormalLightColor

Definition at line 13517 of file 2025_07_14.h.

◆ Title

CTitle* const CStation::Title

Definition at line 13465 of file 2025_07_14.h.


The documentation for this class was generated from the following file:
CStation::Gold3
@ Gold3
Definition: 2025_07_14.h:13460
CStation::Gold1
@ Gold1
Definition: 2025_07_14.h:13458
CStation::Silver2
@ Silver2
Definition: 2025_07_14.h:13456
CStation::None
@ None
Definition: 2025_07_14.h:13451
CStation::Silver3
@ Silver3
Definition: 2025_07_14.h:13457
CStation::Bronze2
@ Bronze2
Definition: 2025_07_14.h:13453
CStation::Bronze1
@ Bronze1
Definition: 2025_07_14.h:13452
CStation::Bronze3
@ Bronze3
Definition: 2025_07_14.h:13454
CStation::Gold2
@ Gold2
Definition: 2025_07_14.h:13459
CStation::Silver1
@ Silver1
Definition: 2025_07_14.h:13455