![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Events for Manialink page scripts. More...
#include <2025_07_14.h>
Public Types | |
| enum | Type { KeyPress, MouseClick, MouseRightClick, MouseOver, MouseOut, EntrySubmit, MenuNavigation, PluginCustomEvent } |
| enum | EMenuNavAction { Up, Right, Left, Down, Select, Cancel, PageUp, PageDown, AppMenu, Action1, Action2, Action3, Action4, ScrollUp, ScrollDown } |
Public Attributes | |
| CMlScriptEvent::Type const | Type |
| Integer const | KeyCode |
| Text const | KeyName |
| Text const | CharPressed |
| Text const | ControlId |
| CMlControl *const | Control |
| CMlScriptEvent::EMenuNavAction const | MenuNavAction |
| Boolean const | IsActionAutoRepeat |
| Text const | CustomEventType |
| Array< Text > | CustomEventData |
Public Attributes inherited from CBaseConstEvent | |
| Boolean | HasBeenProcessed |
Public Attributes inherited from CNod | |
| Ident const | Id |
Events for Manialink page scripts.
Supported declare modes :
Definition at line 3968 of file 2025_07_14.h.
| Enumerator | |
|---|---|
| Up | |
| Right | |
| Left | |
| Down | |
| Select | |
| Cancel | |
| PageUp | |
| PageDown | |
| AppMenu | |
| Action1 | |
| Action2 | |
| Action3 | |
| Action4 | |
| ScrollUp | |
| ScrollDown | |
Definition at line 3986 of file 2025_07_14.h.
| enum CMlScriptEvent::Type |
| Enumerator | |
|---|---|
| KeyPress | |
| MouseClick | |
| MouseRightClick | |
| MouseOver | |
| MouseOut | |
| EntrySubmit | |
| MenuNavigation | |
| PluginCustomEvent | |
Definition at line 3973 of file 2025_07_14.h.
| Text const CMlScriptEvent::CharPressed |
Definition at line 4018 of file 2025_07_14.h.
| CMlControl* const CMlScriptEvent::Control |
Definition at line 4026 of file 2025_07_14.h.
| Text const CMlScriptEvent::ControlId |
Definition at line 4022 of file 2025_07_14.h.
Definition at line 4042 of file 2025_07_14.h.
| Text const CMlScriptEvent::CustomEventType |
Definition at line 4038 of file 2025_07_14.h.
| Boolean const CMlScriptEvent::IsActionAutoRepeat |
Definition at line 4034 of file 2025_07_14.h.
| Integer const CMlScriptEvent::KeyCode |
Definition at line 4010 of file 2025_07_14.h.
| Text const CMlScriptEvent::KeyName |
Definition at line 4014 of file 2025_07_14.h.
| CMlScriptEvent::EMenuNavAction const CMlScriptEvent::MenuNavAction |
Definition at line 4030 of file 2025_07_14.h.
Definition at line 4006 of file 2025_07_14.h.