![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
UIConfig Event. More...
#include <doc.h>
Public Types | |
| enum | EType { Unknown , OnModuleCustomEvent , OnModuleShowRequest , OnModuleHideRequest , OnModuleStorePurchase , OnModuleInventoryDrop , OnModuleInventoryEquip , OnLayerCustomEvent } |
| enum | EModuleType { Undefined , Hud , Inventory , Store , ScoresTable , Equipment , MenuBase , MenuPage , Chrono , SpeedMeter , PlayerState , TeamState } |
Public Attributes | |
| CUIConfigEvent::EType const | Type |
| CUIConfig *const | UI |
| CUIConfigEvent::EModuleType const | ModuleType |
| Text const | Param1 |
| Array< Text > | Param2 |
| CUILayer *const | CustomEventLayer |
| Text const | CustomEventType |
| Array< Text > | CustomEventData |
| Text const | ItemUrl |
| Integer const | Quantity |
Public Attributes inherited from CBaseEvent | |
| Boolean const | HasBeenPassed |
| Boolean const | HasBeenDiscarded |
Public Attributes inherited from CBaseConstEvent | |
| Boolean | HasBeenProcessed |
Public Attributes inherited from CNod | |
| Ident const | Id |
UIConfig Event.
Supported declare modes :
| CUILayer* const CUIConfigEvent::CustomEventLayer |
| Text const CUIConfigEvent::CustomEventType |
| Text const CUIConfigEvent::ItemUrl |
| CUIConfigEvent::EModuleType const CUIConfigEvent::ModuleType |
| Text const CUIConfigEvent::Param1 |
| Integer const CUIConfigEvent::Quantity |
| CUIConfigEvent::EType const CUIConfigEvent::Type |
| CUIConfig* const CUIConfigEvent::UI |