Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
Loading...
Searching...
No Matches
CMlScriptEvent Class Reference

Events for Manialink page scripts. More...

#include <doc.h>

Inheritance diagram for CMlScriptEvent:
[legend]

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< TextCustomEventData
 
- Public Attributes inherited from CBaseConstEvent
Boolean HasBeenProcessed
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

Events for Manialink page scripts.

Supported declare modes :

  • Local

The documentation for this class was generated from the following file: