Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
Loading...
Searching...
No Matches
CEditorEvent Class Reference

An event. More...

#include <doc.h>

Inheritance diagram for CEditorEvent:
[legend]

Public Types

enum  Type {
  LayerCustomEvent , KeyPress , MenuNavigation , FileChanged ,
  Exit , FileSave , OnUndo , OnRedo ,
  OnSwitchedBack , CameraButtonOn , CameraButtonOff , VoxelUpdateMaterial ,
  OpenUVEditor , CloseUVEditor , EnableUndo , DisableUndo ,
  EnableRedo , DisableRedo , UpdateUI , UpdateSliders ,
  UpdateMaterialsLibPage , MediaTrackerPopUp , HideUI , ShowUI ,
  EnableFullScreen , DisableFullScreen , Autosave
}
 
- 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

CEditorEvent::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

Member Enumeration Documentation

◆ Type

Enumerator
LayerCustomEvent 
KeyPress 
MenuNavigation 
FileChanged 
Exit 
FileSave 
OnUndo 
OnRedo 
OnSwitchedBack 
CameraButtonOn 
CameraButtonOff 
VoxelUpdateMaterial 
OpenUVEditor 
CloseUVEditor 
EnableUndo 
DisableUndo 
EnableRedo 
DisableRedo 
UpdateUI 
UpdateSliders 
UpdateMaterialsLibPage 
MediaTrackerPopUp 
HideUI 
ShowUI 
EnableFullScreen 
DisableFullScreen 
Autosave 

Member Data Documentation

◆ Type


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