ManiaScript Trackmania 2020  30/10/2024
CStation Class Reference

Station info & manipulation. More...

#include <2024_10_30.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 13417 of file 2024_10_30.h.

Member Enumeration Documentation

◆ EEchelon

Enumerator
None 
Bronze1 
Bronze2 
Bronze3 
Silver1 
Silver2 
Silver3 
Gold1 
Gold2 
Gold3 

Definition at line 13422 of file 2024_10_30.h.

13422  {
13423  None,
13424  Bronze1,
13425  Bronze2,
13426  Bronze3,
13427  Silver1,
13428  Silver2,
13429  Silver3,
13430  Gold1,
13431  Gold2,
13432  Gold3,
13433  };

Member Data Documentation

◆ AudienceRegisteredUsers

Integer const CStation::AudienceRegisteredUsers

Definition at line 13441 of file 2024_10_30.h.

◆ CampaignMedalsCurrent

Integer const CStation::CampaignMedalsCurrent

Definition at line 13449 of file 2024_10_30.h.

◆ CampaignMedalsMax

Integer const CStation::CampaignMedalsMax

Definition at line 13445 of file 2024_10_30.h.

◆ CampaignMedalsRanking

Integer const CStation::CampaignMedalsRanking

Definition at line 13453 of file 2024_10_30.h.

◆ DisableQuickEnter

Boolean CStation::DisableQuickEnter

Definition at line 13473 of file 2024_10_30.h.

◆ Echelon

CStation::EEchelon const CStation::Echelon

Definition at line 13465 of file 2024_10_30.h.

◆ FocusLightColor

Vec3 CStation::FocusLightColor

Definition at line 13485 of file 2024_10_30.h.

◆ GhostAlpha

Real CStation::GhostAlpha

Definition at line 13481 of file 2024_10_30.h.

◆ IsEditable

Boolean const CStation::IsEditable

Is title present in WorkTitles folder?

Definition at line 13493 of file 2024_10_30.h.

◆ IsLogoVisible

Boolean CStation::IsLogoVisible

Definition at line 13477 of file 2024_10_30.h.

◆ LadderPoints

Real const CStation::LadderPoints

Definition at line 13457 of file 2024_10_30.h.

◆ LadderRank

Integer const CStation::LadderRank

Definition at line 13461 of file 2024_10_30.h.

◆ NextEchelonPercent

Integer const CStation::NextEchelonPercent

Definition at line 13469 of file 2024_10_30.h.

◆ NormalLightColor

Vec3 CStation::NormalLightColor

Definition at line 13489 of file 2024_10_30.h.

◆ Title

CTitle* const CStation::Title

Definition at line 13437 of file 2024_10_30.h.


The documentation for this class was generated from the following file:
CStation::Gold3
@ Gold3
Definition: 2024_10_30.h:13432
CStation::Gold1
@ Gold1
Definition: 2024_10_30.h:13430
CStation::Silver2
@ Silver2
Definition: 2024_10_30.h:13428
CStation::None
@ None
Definition: 2024_10_30.h:13423
CStation::Silver3
@ Silver3
Definition: 2024_10_30.h:13429
CStation::Bronze2
@ Bronze2
Definition: 2024_10_30.h:13425
CStation::Bronze1
@ Bronze1
Definition: 2024_10_30.h:13424
CStation::Bronze3
@ Bronze3
Definition: 2024_10_30.h:13426
CStation::Gold2
@ Gold2
Definition: 2024_10_30.h:13431
CStation::Silver1
@ Silver1
Definition: 2024_10_30.h:13427