![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Documentation for class CUIConfigMgr. More...
#include <2024_10_30.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 |
![]() | |
Ident const | Id |
Documentation for class CUIConfigMgr.
Definition at line 8198 of file 2024_10_30.h.
Void CUIConfigMgr::ResetAll | ( | ) |
CUILayer CUIConfigMgr::UILayerCreate | ( | ) |
Void CUIConfigMgr::UILayerDestroyAll | ( | ) |
Boolean CUIConfigMgr::HoldLoadingScreen |
Definition at line 8251 of file 2024_10_30.h.
Array<CUIConfigEvent* const > CUIConfigMgr::PendingEvents |
Definition at line 8255 of file 2024_10_30.h.
Definition at line 8211 of file 2024_10_30.h.
CUIConfig* const CUIConfigMgr::UIAll |
Definition at line 8207 of file 2024_10_30.h.
Definition at line 8227 of file 2024_10_30.h.
Definition at line 8243 of file 2024_10_30.h.
Integer CUIConfigMgr::UISequenceMaxDuration |
Definition at line 8247 of file 2024_10_30.h.