![]() |
ManiaScript Trackmania 2020
14/07/2025
|
An event. More...
#include <2025_07_14.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 } |
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 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 |
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 |
Definition at line 16345 of file 2025_07_14.h.
Definition at line 16326 of file 2025_07_14.h.
| Ident const CMapEditorPluginEvent::EditedAnchorDataId |
Definition at line 16398 of file 2025_07_14.h.
| CMapEditorPluginEvent::EInput const CMapEditorPluginEvent::Input |
Definition at line 16394 of file 2025_07_14.h.
| Boolean const CMapEditorPluginEvent::IsFromKeyboard |
Definition at line 16410 of file 2025_07_14.h.
| Boolean const CMapEditorPluginEvent::IsFromMouse |
Definition at line 16406 of file 2025_07_14.h.
| Boolean const CMapEditorPluginEvent::IsFromPad |
Definition at line 16402 of file 2025_07_14.h.
| Boolean const CMapEditorPluginEvent::MapSavedOrSaveCancelled |
Definition at line 16418 of file 2025_07_14.h.
| Boolean const CMapEditorPluginEvent::OnlyScriptMetadataModified |
Definition at line 16414 of file 2025_07_14.h.
Definition at line 16390 of file 2025_07_14.h.