![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CModulePlaygroundHud. More...
#include <doc.h>
Public Member Functions | |
| Void | SwitchContext (CPlayer Player, Text ContextName) |
| Void | SetDefaultContext (CPlayer Player) |
| Ident | RetrieveModuleId (Text ModuleName) |
Public Attributes | |
| CModulePlaygroundInventory * | Inventory |
| CModulePlaygroundStore * | Store |
| CModulePlaygroundScoresTable * | ScoresTable |
| CModulePlaygroundChrono * | Chrono |
| CModulePlaygroundSpeedMeter * | SpeedMeter |
| CModulePlaygroundPlayerState * | PlayerState |
| CModulePlaygroundTeamState * | TeamState |
| Array< CModulePlayground *const > | Modules |
Public Attributes inherited from CNod | |
| Ident const | Id |
Documentation for class CModulePlaygroundHud.
| CModulePlaygroundChrono* CModulePlaygroundHud::Chrono |
| CModulePlaygroundInventory* CModulePlaygroundHud::Inventory |
| Array<CModulePlayground* const > CModulePlaygroundHud::Modules |
| CModulePlaygroundPlayerState* CModulePlaygroundHud::PlayerState |
| CModulePlaygroundScoresTable* CModulePlaygroundHud::ScoresTable |
| CModulePlaygroundSpeedMeter* CModulePlaygroundHud::SpeedMeter |
| CModulePlaygroundStore* CModulePlaygroundHud::Store |
| CModulePlaygroundTeamState* CModulePlaygroundHud::TeamState |