![]() |
ManiaScript Trackmania 2020
30/10/2024
|
API for editor plugins. More...
#include <2024_10_30.h>
Public Types | |
enum | EInteractionStatus { Active, Closed, Aborted } |
![]() | |
enum | ELinkType { ExternalBrowser, ManialinkBrowser } |
Additional Inherited Members | |
![]() | |
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 7201 of file 2024_10_30.h.
Enumerator | |
---|---|
Active | |
Closed | |
Aborted |
Definition at line 7206 of file 2024_10_30.h.
CEditorEditor* const CAnyEditorPlugin::EditorEditor |
Definition at line 7226 of file 2024_10_30.h.
CAnyEditorPlugin::EInteractionStatus const CAnyEditorPlugin::InteractionStatus |
Definition at line 7238 of file 2024_10_30.h.
CEditorMediaTracker* const CAnyEditorPlugin::MediaTracker |
Definition at line 7230 of file 2024_10_30.h.
CEditorMesh* const CAnyEditorPlugin::MeshEditor |
Definition at line 7222 of file 2024_10_30.h.
CEditorModule* const CAnyEditorPlugin::ModuleEditor |
Definition at line 7218 of file 2024_10_30.h.
Array<CManiaAppEvent* const > CAnyEditorPlugin::PendingEvents |
Definition at line 7214 of file 2024_10_30.h.
CEditorSkin* const CAnyEditorPlugin::SkinEditor |
Definition at line 7234 of file 2024_10_30.h.