![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Documentation for class CModulePlaygroundScoresTable. More...
#include <2024_10_30.h>
Public Types | |
enum | EColumnType { CustomString, CustomNatural, CustomInteger, CustomReal, CustomTime, Avatar, Name, ManiaStars, Tools, Tags, TMBestTime, TMPrevTime, TMBestLapTime, TMStunts, TMRespawns, TMCheckpoints, TMPoints, TMPrevRaceDeltaPoints, SMPoints, SMRoundPoints } |
enum | EScoreSortOrder { Default, Name, LadderRanking, TMPoints, TMBestTime, TMBestLapTime, TMStunts, TMRespawns, TMCheckpoints, TMPrevTime, SMPoints, SMRoundPoints } |
Public Member Functions | |
Void | SetFooterText (Text FooterText) |
Void | ResetCustomColumns (CScore Score) |
Void | ResetCustomColumns () |
Void | Scores_Sort (CModulePlaygroundScoresTable::EScoreSortOrder SortOrder) |
Void | SetColumnValue (CScore Score, Text ColumnId, Text ColumnValue) |
Void | SetColumnValue (CScore Score, Text ColumnId, Integer ColumnValue) |
Void | SetColumnValue (CScore Score, Text ColumnId, Real ColumnValue) |
Void | SetColumnVisibility (CModulePlaygroundScoresTable::EColumnType Type, Boolean Visibility) |
Void | SetColumnVisibility (Text ColumnId, Boolean Visibility) |
Void | SetColor (CScore Score, Vec3 Color) |
Void | ResetColor (CScore Score) |
![]() | |
Void | Hide () |
Void | Hide (CUIConfig UIConfig) |
Void | Show () |
Void | Show (CUIConfig UIConfig) |
Boolean | IsVisible (CUIConfig UIConfig) |
Additional Inherited Members | |
![]() | |
Ident const | Id |
Documentation for class CModulePlaygroundScoresTable.
Definition at line 18782 of file 2024_10_30.h.
Definition at line 18787 of file 2024_10_30.h.
Enumerator | |
---|---|
Default | |
Name | |
LadderRanking | |
TMPoints | |
TMBestTime | |
TMBestLapTime | |
TMStunts | |
TMRespawns | |
TMCheckpoints | |
TMPrevTime | |
SMPoints | |
SMRoundPoints |
Definition at line 18812 of file 2024_10_30.h.
Void CModulePlaygroundScoresTable::ResetCustomColumns | ( | ) |
Void CModulePlaygroundScoresTable::Scores_Sort | ( | CModulePlaygroundScoresTable::EScoreSortOrder | SortOrder | ) |
Void CModulePlaygroundScoresTable::SetColumnValue | ( | CScore | Score, |
Text | ColumnId, | ||
Integer | ColumnValue | ||
) |
Void CModulePlaygroundScoresTable::SetColumnVisibility | ( | CModulePlaygroundScoresTable::EColumnType | Type, |
Boolean | Visibility | ||
) |