![]() |
ManiaScript Trackmania 2020
14/07/2025
|
UIConfig Event. More...
#include <2025_07_14.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 |
| Enumerator | |
|---|---|
| Undefined | |
| Hud | |
| Inventory | |
| Store | |
| ScoresTable | |
| Equipment | |
| MenuBase | |
| MenuPage | |
| Chrono | |
| SpeedMeter | |
| PlayerState | |
| TeamState | |
Definition at line 17348 of file 2025_07_14.h.
| Enumerator | |
|---|---|
| Unknown | |
| OnModuleCustomEvent | |
| OnModuleShowRequest | |
| OnModuleHideRequest | |
| OnModuleStorePurchase | |
| OnModuleInventoryDrop | |
| OnModuleInventoryEquip | |
| OnLayerCustomEvent | |
Definition at line 17335 of file 2025_07_14.h.
Definition at line 17393 of file 2025_07_14.h.
| CUILayer* const CUIConfigEvent::CustomEventLayer |
Definition at line 17385 of file 2025_07_14.h.
| Text const CUIConfigEvent::CustomEventType |
Definition at line 17389 of file 2025_07_14.h.
| Text const CUIConfigEvent::ItemUrl |
Definition at line 17397 of file 2025_07_14.h.
| CUIConfigEvent::EModuleType const CUIConfigEvent::ModuleType |
Definition at line 17373 of file 2025_07_14.h.
| Text const CUIConfigEvent::Param1 |
Definition at line 17377 of file 2025_07_14.h.
Definition at line 17381 of file 2025_07_14.h.
| Integer const CUIConfigEvent::Quantity |
Definition at line 17401 of file 2025_07_14.h.
| CUIConfigEvent::EType const CUIConfigEvent::Type |
Definition at line 17365 of file 2025_07_14.h.
| CUIConfig* const CUIConfigEvent::UI |
Definition at line 17369 of file 2025_07_14.h.