Trackmania ManiaScript Reference 2024.9.17.1117
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.