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