ManiaScript Trackmania 2020  14/07/2025
All Classes Namespaces Files Functions Variables Enumerations Enumerator
CEditorPluginModuleEvent Class Reference

An event. More...

#include <2025_07_14.h>

Inheritance diagram for CEditorPluginModuleEvent:
CManiaAppEvent CBaseConstEvent CNod

Public Types

enum  Type {
  LayerCustomEvent, KeyPress, MenuNavigation, Exit,
  FileNew, FileOpen, FileSave, FileSaveAs
}
 
- 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 Member Functions

Void Eat ()
 

Public Attributes

CEditorPluginModuleEvent::Type const Type
 
- Public Attributes inherited from CManiaAppEvent
CManiaAppEvent::EType const Type
 
CUILayer *const CustomEventLayer
 
Text const CustomEventType
 
Array< TextCustomEventData
 
Text const ExternalEventType
 
Array< TextExternalEventData
 
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
 

Detailed Description

An event.

Supported declare modes :

  • Local

Definition at line 19079 of file 2025_07_14.h.

Member Enumeration Documentation

◆ Type

Enumerator
LayerCustomEvent 
KeyPress 
MenuNavigation 
Exit 
FileNew 
FileOpen 
FileSave 
FileSaveAs 

Definition at line 19084 of file 2025_07_14.h.

19084  {
19086  KeyPress,
19087  (reserved),
19089  Exit,
19090  FileNew,
19091  FileOpen,
19092  FileSave,
19093  FileSaveAs,
19094  };

Member Function Documentation

◆ Eat()

Void CEditorPluginModuleEvent::Eat ( )

Member Data Documentation

◆ Type


The documentation for this class was generated from the following file:
CEditorPluginModuleEvent::FileNew
@ FileNew
Definition: 2025_07_14.h:19090
CEditorPluginModuleEvent::KeyPress
@ KeyPress
Definition: 2025_07_14.h:19086
CEditorPluginModuleEvent::FileSaveAs
@ FileSaveAs
Definition: 2025_07_14.h:19093
CEditorPluginModuleEvent::LayerCustomEvent
@ LayerCustomEvent
Definition: 2025_07_14.h:19085
CEditorPluginModuleEvent::FileOpen
@ FileOpen
Definition: 2025_07_14.h:19091
CEditorPluginModuleEvent::Exit
@ Exit
Definition: 2025_07_14.h:19089
CEditorPluginModuleEvent::FileSave
@ FileSave
Definition: 2025_07_14.h:19092
CEditorPluginModuleEvent::MenuNavigation
@ MenuNavigation
Definition: 2025_07_14.h:19088