![]() |
Trackmania ManiaScript Reference 2026.2.2.1751
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CUIConfigMgr. More...
#include <doc.h>
Public Member Functions | |
| Void | ResetAll () |
| CUIConfig | GetUI (CPlayer Player) |
| CUIConfig | GetUI (CUser User) |
| CUIConfig | GetUI (CClient Client) |
| CUILayer | UILayerCreate () |
| Void | UILayerDestroy (CUILayer Layer) |
| Void | UILayerDestroyAll () |
Public Attributes | |
| CUIConfig *const | UIAll |
| Array< CUIConfig *const > | UI |
| Array< CUILayer *const > | UILayers |
| Array< CUILayer *const > | UIReplayLayers |
| Integer | UISequenceMaxDuration |
| Boolean | HoldLoadingScreen |
| Array< CUIConfigEvent *const > | PendingEvents |
| Public Attributes inherited from CNod | |
| Ident const | Id |
Documentation for class CUIConfigMgr.
| Void CUIConfigMgr::ResetAll | ( | ) |
| CUILayer CUIConfigMgr::UILayerCreate | ( | ) |
| Void CUIConfigMgr::UILayerDestroyAll | ( | ) |
| Boolean CUIConfigMgr::HoldLoadingScreen |
| Array<CUIConfigEvent* const > CUIConfigMgr::PendingEvents |
| CUIConfig* const CUIConfigMgr::UIAll |
| Integer CUIConfigMgr::UISequenceMaxDuration |