![]() |
ManiaScript Trackmania 2020
30/10/2024
|
UIConfig Event. More...
#include <2024_10_30.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 |
![]() | |
Boolean const | HasBeenPassed |
Boolean const | HasBeenDiscarded |
![]() | |
Boolean | HasBeenProcessed |
![]() | |
Ident const | Id |
Enumerator | |
---|---|
Undefined | |
Hud | |
Inventory | |
Store | |
ScoresTable | |
Equipment | |
MenuBase | |
MenuPage | |
Chrono | |
SpeedMeter | |
PlayerState | |
TeamState |
Definition at line 17320 of file 2024_10_30.h.
Enumerator | |
---|---|
Unknown | |
OnModuleCustomEvent | |
OnModuleShowRequest | |
OnModuleHideRequest | |
OnModuleStorePurchase | |
OnModuleInventoryDrop | |
OnModuleInventoryEquip | |
OnLayerCustomEvent |
Definition at line 17307 of file 2024_10_30.h.
Definition at line 17365 of file 2024_10_30.h.
CUILayer* const CUIConfigEvent::CustomEventLayer |
Definition at line 17357 of file 2024_10_30.h.
Text const CUIConfigEvent::CustomEventType |
Definition at line 17361 of file 2024_10_30.h.
Text const CUIConfigEvent::ItemUrl |
Definition at line 17369 of file 2024_10_30.h.
CUIConfigEvent::EModuleType const CUIConfigEvent::ModuleType |
Definition at line 17345 of file 2024_10_30.h.
Text const CUIConfigEvent::Param1 |
Definition at line 17349 of file 2024_10_30.h.
Definition at line 17353 of file 2024_10_30.h.
Integer const CUIConfigEvent::Quantity |
Definition at line 17373 of file 2024_10_30.h.
CUIConfigEvent::EType const CUIConfigEvent::Type |
Definition at line 17337 of file 2024_10_30.h.
CUIConfig* const CUIConfigEvent::UI |
Definition at line 17341 of file 2024_10_30.h.