![]() |
ManiaScript Trackmania 2020
14/07/2025
|
An event. More...
#include <2025_07_14.h>
Public Types | |
| enum | Type { LayerCustomEvent, KeyPress, MenuNavigation, Exit, FileNew, FileOpen, FileSave, FileSaveAs } |
Public Types inherited from CManiaAppEvent | |
| enum | EType { LayerCustomEvent, KeyPress, ExternalCustomEvent, MenuNavigation } |
| enum | EMenuNavAction { Up, Right, Left, Down, Select, Cancel, PageUp, PageDown, AppMenu, Action1, Action2, Action3, Action4, ScrollUp, ScrollDown } |
Public Member Functions | |
| Void | Eat () |
Public Attributes | |
| CEditorPluginModuleEvent::Type const | Type |
Public Attributes inherited from CManiaAppEvent | |
| CManiaAppEvent::EType const | Type |
| CUILayer *const | CustomEventLayer |
| Text const | CustomEventType |
| Array< Text > | CustomEventData |
| Text const | ExternalEventType |
| Array< Text > | ExternalEventData |
| CManiaAppEvent::EMenuNavAction const | MenuNavAction |
| Boolean const | IsActionAutoRepeat |
| Integer const | KeyCode |
| Text const | KeyName |
Public Attributes inherited from CBaseConstEvent | |
| Boolean | HasBeenProcessed |
Public Attributes inherited from CNod | |
| Ident const | Id |
| Enumerator | |
|---|---|
| LayerCustomEvent | |
| KeyPress | |
| MenuNavigation | |
| Exit | |
| FileNew | |
| FileOpen | |
| FileSave | |
| FileSaveAs | |
Definition at line 19084 of file 2025_07_14.h.
| Void CEditorPluginModuleEvent::Eat | ( | ) |
Definition at line 19098 of file 2025_07_14.h.