![]() |
ManiaScript Trackmania 2020
14/07/2025
|
API for editor plugins. More...
#include <2025_07_14.h>
Public Types | |
| enum | EInteractionStatus { Active, Closed, Aborted } |
Public Types inherited from CManiaApp | |
| enum | ELinkType { ExternalBrowser, ManialinkBrowser } |
Additional Inherited Members | |
Public Member Functions inherited from CManiaApp | |
| CUILayer | UILayerCreate () |
| Void | UILayerDestroy (CUILayer Layer) |
| Void | UILayerDestroyAll () |
| Void | LayerCustomEvent (CUILayer Layer, Text Type, Array< Text > Data) |
| Void | OpenLink (Text Url, CManiaApp::ELinkType LinkType) |
| Boolean | OpenFileInExplorer (Text FileName) |
| Void | Dialog_Message (Text Message) |
| Text | Dbg_DumpDeclareForVariables (CNod Nod, Boolean StatsOnly) |
| Ident | TTS_Context_Enter (Integer Level) |
| Ident | TTS_Context_Leave (Ident ContextId) |
| Void | TTS_Context_Change (Ident ContextId, CMlControl Control) |
| Void | TTS_Context_Change (Ident ContextId, Text Text, Boolean Translate) |
| Void | TTS_Context_Read (Integer Level) |
| Void | TTS_Context_Read (Ident ContextId) |
| Text | FilterProfanities (Text TextToFilter) |
API for editor plugins.
Supported declare modes :
Definition at line 7229 of file 2025_07_14.h.
| Enumerator | |
|---|---|
| Active | |
| Closed | |
| Aborted | |
Definition at line 7234 of file 2025_07_14.h.
| CEditorEditor* const CAnyEditorPlugin::EditorEditor |
Definition at line 7254 of file 2025_07_14.h.
| CAnyEditorPlugin::EInteractionStatus const CAnyEditorPlugin::InteractionStatus |
Definition at line 7266 of file 2025_07_14.h.
| CEditorMediaTracker* const CAnyEditorPlugin::MediaTracker |
Definition at line 7258 of file 2025_07_14.h.
| CEditorMesh* const CAnyEditorPlugin::MeshEditor |
Definition at line 7250 of file 2025_07_14.h.
| CEditorModule* const CAnyEditorPlugin::ModuleEditor |
Definition at line 7246 of file 2025_07_14.h.
| Array<CManiaAppEvent* const > CAnyEditorPlugin::PendingEvents |
Definition at line 7242 of file 2025_07_14.h.
| CEditorSkin* const CAnyEditorPlugin::SkinEditor |
Definition at line 7262 of file 2025_07_14.h.