![]() |
ManiaScript Trackmania 2020
30/10/2024
|
An event. More...
#include <2024_10_30.h>
Public Types | |
enum | Type { LayerCustomEvent, KeyPress, MenuNavigation, FileChanged, Exit, FileSave, OnUndo, OnRedo, OnSwitchedBack, CameraButtonOn, CameraButtonOff, VoxelUpdateMaterial, OpenUVEditor, CloseUVEditor, EnableUndo, DisableUndo, EnableRedo, DisableRedo, UpdateUI, UpdateSliders, UpdateMaterialsLibPage, MediaTrackerPopUp, HideUI, ShowUI, EnableFullScreen, DisableFullScreen, Autosave } |
![]() | |
enum | EType { LayerCustomEvent, KeyPress, ExternalCustomEvent, MenuNavigation } |
enum | EMenuNavAction { Up, Right, Left, Down, Select, Cancel, PageUp, PageDown, AppMenu, Action1, Action2, Action3, Action4, ScrollUp, ScrollDown } |
Public Attributes | |
CEditorEvent::Type const | Type |
![]() | |
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 |
![]() | |
Boolean | HasBeenProcessed |
![]() | |
Ident const | Id |
enum CEditorEvent::Type |
Definition at line 19105 of file 2024_10_30.h.
Definition at line 19138 of file 2024_10_30.h.