![]() |
ManiaScript Trackmania 2020
30/10/2024
|
An event. More...
#include <2024_10_30.h>
Public Types | |
enum | Type { LayerCustomEvent, KeyPress, MenuNavigation, CursorSelectionBegin, CursorSelectionEnd, CursorChange, MapModified, EditorInput, MapSavedOrSaveCancelled, EditAnchor, EditObjectives, StartValidation, StartTest } |
enum | EInput { Unknown, Menu, SwitchToRace, Undo, Redo, CursorUp, CursorRight, CursorDown, CursorLeft, CursorRaise, CursorLower, CursorTurn, CursorTurnSlightly, CursorTurnSlightlyAntiClockwise, CursorTiltLeft, CursorTiltRight, CursorPick, CursorPlace, CursorDelete, CameraUp, CameraRight, CameraDown, CameraLeft, CameraZoomNext, Camera0, Camera1, Camera3, Camera7, Camera9, PivotChange, IconUp, IconRight, IconDown, IconLeft, RemoveAll, Save, SelectAll, Copy, Cut, Paste } |
![]() | |
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 | |
CMapEditorPluginEvent::Type const | Type |
CMapEditorPluginEvent::EInput const | Input |
Ident const | EditedAnchorDataId |
Boolean const | IsFromPad |
Boolean const | IsFromMouse |
Boolean const | IsFromKeyboard |
Boolean const | OnlyScriptMetadataModified |
Boolean const | MapSavedOrSaveCancelled |
![]() | |
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 |
Definition at line 16317 of file 2024_10_30.h.
Definition at line 16298 of file 2024_10_30.h.
Ident const CMapEditorPluginEvent::EditedAnchorDataId |
Definition at line 16370 of file 2024_10_30.h.
CMapEditorPluginEvent::EInput const CMapEditorPluginEvent::Input |
Definition at line 16366 of file 2024_10_30.h.
Boolean const CMapEditorPluginEvent::IsFromKeyboard |
Definition at line 16382 of file 2024_10_30.h.
Boolean const CMapEditorPluginEvent::IsFromMouse |
Definition at line 16378 of file 2024_10_30.h.
Boolean const CMapEditorPluginEvent::IsFromPad |
Definition at line 16374 of file 2024_10_30.h.
Boolean const CMapEditorPluginEvent::MapSavedOrSaveCancelled |
Definition at line 16390 of file 2024_10_30.h.
Boolean const CMapEditorPluginEvent::OnlyScriptMetadataModified |
Definition at line 16386 of file 2024_10_30.h.
Definition at line 16362 of file 2024_10_30.h.