Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CEditorModule. More...
#include <doc.h>
Public Types | |
enum | EModuleType { Undefined , Hud , Inventory , Store , ScoresTable , Equipment , MenuBase , MenuPage , Chrono , SpeedMeter , PlayerState , TeamState } |
Public Member Functions | |
Void | NewModule (CEditorModule::EModuleType ModuleType) |
Void | OpenModule (Text Path) |
Void | Save () |
Void | SaveAs (Text Path) |
Void | SaveCopyAs (Text Path) |
Void | ForceExit () |
Void | SetPreviewBackground (Text Url) |
Void | ReloadPreview () |
Void | EditedPlaygroundHud_SetPreviewContext (Ident ContextId) |
Void | FileBrowser_Open () |
Void | FileBrowser_Save () |
Public Attributes | |
CModuleMenuModel *const | EditedMenu |
CModuleMenuPageModel *const | EditedMenuPage |
CModulePlaygroundHudModel *const | EditedPlaygroundHud |
Boolean const | FileBrowser_IsRunning |
Text const | FileBrowser_FilePath |
Array< CEditorPluginModuleEvent *const > | PendingEvents |
Boolean | IsPreviewMode |
Public Attributes inherited from CNod | |
Ident const | Id |