![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Documentation for class CUILayer. More...
#include <2025_07_14.h>
Public Types | |
| enum | EUILayerType { Normal, ScoresTable, ScreenIn3d, AltMenu, Markers, CutScene, InGameMenu, EditorPlugin, ManiaplanetPlugin, ManiaplanetMenu, LoadingScreen } |
| enum | EUILayerAnimation { None, DownFast, DownSlow, LeftFast, LeftSlow, RightFast, RightSlow, ScaleFast, ScaleSlow, UpFast, UpSlow } |
Public Attributes | |
| Boolean | IsVisible |
| Boolean const | AnimInProgress |
| CUILayer::EUILayerType | Type |
| CUILayer::EUILayerAnimation | InAnimation |
| CUILayer::EUILayerAnimation | OutAnimation |
| CUILayer::EUILayerAnimation | InOutAnimation |
| Text | AttachId |
| Text | ManialinkPage |
| CMlPage *const | LocalPage |
| Boolean const | IsLocalPageScriptRunning |
Public Attributes inherited from CNod | |
| Ident const | Id |
Documentation for class CUILayer.
Definition at line 6987 of file 2025_07_14.h.
| Enumerator | |
|---|---|
| None | |
| DownFast | |
| DownSlow | |
| LeftFast | |
| LeftSlow | |
| RightFast | |
| RightSlow | |
| ScaleFast | |
| ScaleSlow | |
| UpFast | |
| UpSlow | |
Definition at line 7008 of file 2025_07_14.h.
| Enumerator | |
|---|---|
| Normal | |
| ScoresTable | |
| ScreenIn3d | |
| AltMenu | |
| Markers | |
| CutScene | |
| InGameMenu | |
| EditorPlugin | |
| ManiaplanetPlugin | |
| ManiaplanetMenu | |
| LoadingScreen | |
Definition at line 6992 of file 2025_07_14.h.
| Boolean const CUILayer::AnimInProgress |
Definition at line 7028 of file 2025_07_14.h.
| Text CUILayer::AttachId |
Definition at line 7048 of file 2025_07_14.h.
| CUILayer::EUILayerAnimation CUILayer::InAnimation |
Definition at line 7036 of file 2025_07_14.h.
| CUILayer::EUILayerAnimation CUILayer::InOutAnimation |
Definition at line 7044 of file 2025_07_14.h.
| Boolean const CUILayer::IsLocalPageScriptRunning |
Definition at line 7060 of file 2025_07_14.h.
| Boolean CUILayer::IsVisible |
Definition at line 7024 of file 2025_07_14.h.
| CMlPage* const CUILayer::LocalPage |
Definition at line 7056 of file 2025_07_14.h.
| Text CUILayer::ManialinkPage |
Definition at line 7052 of file 2025_07_14.h.
| CUILayer::EUILayerAnimation CUILayer::OutAnimation |
Definition at line 7040 of file 2025_07_14.h.
| CUILayer::EUILayerType CUILayer::Type |
Definition at line 7032 of file 2025_07_14.h.