![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
Station info & manipulation. More...
#include <doc.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 |
Public Attributes inherited from CNod | |
| Ident const | Id |
Station info & manipulation.
| enum CStation::EEchelon |
| Integer const CStation::AudienceRegisteredUsers |
| Integer const CStation::CampaignMedalsCurrent |
| Integer const CStation::CampaignMedalsMax |
| Integer const CStation::CampaignMedalsRanking |
| Boolean CStation::DisableQuickEnter |
| CStation::EEchelon const CStation::Echelon |
| Vec3 CStation::FocusLightColor |
| Real CStation::GhostAlpha |
| Boolean const CStation::IsEditable |
Is title present in WorkTitles folder?
| Boolean CStation::IsLogoVisible |
| Real const CStation::LadderPoints |
| Integer const CStation::LadderRank |
| Integer const CStation::NextEchelonPercent |
| Vec3 CStation::NormalLightColor |
| CTitle* const CStation::Title |