![]() |
Trackmania ManiaScript Reference 2026.2.2.1751
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CModulePlaygroundHudModel. More...
#include <doc.h>
Public Member Functions | |
| Ident | ContextAdd (Text ContextName) |
| Ident | ContextSetId (Ident ContextId, Text NewContextName) |
| Void | ContextRemove (Ident ContextId) |
| CHudModule | NewSubModule (Text ModulePath) |
| Void | DeleteSubModule (CHudModule SubModule) |
| Boolean | SubModuleIsContextActive (CHudModule SubModule, Ident ContextId) |
| Void | SubModuleSetContextIsActive (CHudModule SubModule, Ident ContextId, Boolean IsActive) |
Public Attributes | |
| Array< Ident > | ContextsIds |
| Array< CHudModule *const > | SubModules |
| Integer const | EditorContextIndex |
| Public Attributes inherited from CNod | |
| Ident const | Id |
Documentation for class CModulePlaygroundHudModel.
| Void CModulePlaygroundHudModel::DeleteSubModule | ( | CHudModule | SubModule | ) |
| CHudModule CModulePlaygroundHudModel::NewSubModule | ( | Text | ModulePath | ) |
| Boolean CModulePlaygroundHudModel::SubModuleIsContextActive | ( | CHudModule | SubModule, |
| Ident | ContextId ) |
| Void CModulePlaygroundHudModel::SubModuleSetContextIsActive | ( | CHudModule | SubModule, |
| Ident | ContextId, | ||
| Boolean | IsActive ) |
| Integer const CModulePlaygroundHudModel::EditorContextIndex |
| Array<CHudModule* const > CModulePlaygroundHudModel::SubModules |