![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
Events for Manialink page scripts. More...
#include <doc.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 :
| enum CMlScriptEvent::Type |
| Text const CMlScriptEvent::CharPressed |
| CMlControl* const CMlScriptEvent::Control |
| Text const CMlScriptEvent::ControlId |
| Text const CMlScriptEvent::CustomEventType |
| Boolean const CMlScriptEvent::IsActionAutoRepeat |
| Integer const CMlScriptEvent::KeyCode |
| Text const CMlScriptEvent::KeyName |
| CMlScriptEvent::EMenuNavAction const CMlScriptEvent::MenuNavAction |