Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
Loading...
Searching...
No Matches
CUIConfigMgr Class Reference

Documentation for class CUIConfigMgr. More...

#include <doc.h>

Inheritance diagram for CUIConfigMgr:
[legend]

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
 

Detailed Description

Documentation for class CUIConfigMgr.

Member Function Documentation

◆ GetUI() [1/3]

CUIConfig CUIConfigMgr::GetUI ( CClient Client)

◆ GetUI() [2/3]

CUIConfig CUIConfigMgr::GetUI ( CPlayer Player)

◆ GetUI() [3/3]

CUIConfig CUIConfigMgr::GetUI ( CUser User)

◆ ResetAll()

Void CUIConfigMgr::ResetAll ( )

◆ UILayerCreate()

CUILayer CUIConfigMgr::UILayerCreate ( )

◆ UILayerDestroy()

Void CUIConfigMgr::UILayerDestroy ( CUILayer Layer)

◆ UILayerDestroyAll()

Void CUIConfigMgr::UILayerDestroyAll ( )

Member Data Documentation

◆ HoldLoadingScreen

Boolean CUIConfigMgr::HoldLoadingScreen

◆ PendingEvents

Array<CUIConfigEvent* const > CUIConfigMgr::PendingEvents

◆ UI

Array<CUIConfig* const > CUIConfigMgr::UI

◆ UIAll

CUIConfig* const CUIConfigMgr::UIAll

◆ UILayers

Array<CUILayer* const > CUIConfigMgr::UILayers

◆ UIReplayLayers

Array<CUILayer* const > CUIConfigMgr::UIReplayLayers

◆ UISequenceMaxDuration

Integer CUIConfigMgr::UISequenceMaxDuration

The documentation for this class was generated from the following file: